Michael Pasternak has uploaded a new change for review. Change subject: codegen: use local sdk rather than latest mvn release ......................................................................
codegen: use local sdk rather than latest mvn release Change-Id: If529b1e8ef4af653fe5bf57b355d873c2be3a85d Signed-off-by: Michael pasternak <[email protected]> --- M ovirt-engine-sdk-java-codegen/pom.xml 1 file changed, 17 insertions(+), 11 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java refs/changes/75/16075/1 diff --git a/ovirt-engine-sdk-java-codegen/pom.xml b/ovirt-engine-sdk-java-codegen/pom.xml index 89c0645..f6d9736 100644 --- a/ovirt-engine-sdk-java-codegen/pom.xml +++ b/ovirt-engine-sdk-java-codegen/pom.xml @@ -19,18 +19,24 @@ <maven-compiler-plugin.version>2.3.2</maven-compiler-plugin.version> </properties> <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> <dependency> - <groupId>org.ovirt.engine.sdk</groupId> - <artifactId>ovirt-engine-sdk-java</artifactId> - <version>1.0.0.7-1</version> - <type>jar</type> - <scope>compile</scope> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.1.3</version> + <scope>compile</scope> + </dependency> + <dependency> + <groupId>commons-beanutils</groupId> + <artifactId>commons-beanutils</artifactId> + <version>1.8.3</version> + <type>jar</type> + <scope>compile</scope> </dependency> </dependencies> <url>http://www.ovirt.org/Java-sdk</url> -- To view, visit http://gerrit.ovirt.org/16075 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If529b1e8ef4af653fe5bf57b355d873c2be3a85d Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
