From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged. (
https://gerrit.ovirt.org/79086 )
Change subject: Avoid duplicate dependencies
......................................................................
Avoid duplicate dependencies
Currently the SDK requires the httpclient and httpcore artifacts, and it
explicitly specifies the versions of both components. The httpclient
itself also requires httpcore, but a different versions. This means that
we are requiring two different versions of the same artifact. This
causes problems for applications that use the Maven enforce plugin to
check that there are no duplicates. To make things simpler for those
applications this patch changes the SDK so that it only requires on
version and it isues the Maven enforce plugin to check it.
Change-Id: I1d94a68a9a44701c3bdccd85b0299ffce2c4c1fd
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M sdk/pom.xml
1 file changed, 31 insertions(+), 12 deletions(-)
Approvals:
Ondra Machacek: Looks good to me, approved
Juan Hernandez: Verified
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/79086
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I1d94a68a9a44701c3bdccd85b0299ffce2c4c1fd
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk-java
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>