Juan Hernandez has uploaded a new change for review. Change subject: sdk: Use the same httplient in SDK and generator ......................................................................
sdk: Use the same httplient in SDK and generator Currently we use version httpclient 4.2 in the SDK and 4.1.3 in the generator. This causes class loading problems when trying to run the generator main class from the command line with the maven-exec-plugin. This patch changes the generator to use the same version that the SDK. Change-Id: I10259c434282bdafb077393a5db193ae7a7ce0da Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M ovirt-engine-sdk-java-codegen/pom.xml 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java refs/changes/39/22439/1 diff --git a/ovirt-engine-sdk-java-codegen/pom.xml b/ovirt-engine-sdk-java-codegen/pom.xml index 3746350..69daa7c 100644 --- a/ovirt-engine-sdk-java-codegen/pom.xml +++ b/ovirt-engine-sdk-java-codegen/pom.xml @@ -33,7 +33,7 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.1.3</version> + <version>4.2</version> <scope>compile</scope> </dependency> <dependency> -- To view, visit http://gerrit.ovirt.org/22439 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I10259c434282bdafb077393a5db193ae7a7ce0da Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches