From 881a4be1264a7f7659f8356a494d45789e19dd01 Mon Sep 17 00:00:00 2001 From: Wido den Hollander Date: Wed, 5 Sep 2012 17:46:51 +0200 Subject: [PATCH] maven: Add libvirt repository from libvirt.org website And remove the libvirt-java bindings since we fetch it from an external repository Signed-off-by: Wido den Hollander --- deps/install-non-oss.sh | 1 - plugins/hypervisors/kvm/pom.xml | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/deps/install-non-oss.sh b/deps/install-non-oss.sh index 8f4a63dc2c2..85512bdc80c 100755 --- a/deps/install-non-oss.sh +++ b/deps/install-non-oss.sh @@ -4,7 +4,6 @@ mvn install:install-file -Dfile=cloud-iControl.jar -DgroupId=com.cloud.com. mvn install:install-file -Dfile=cloud-netscaler.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=cloud-netscaler-sdx.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler-sdx -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=cloud-manageontap.jar -DgroupId=com.cloud.com.netapp -DartifactId=manageontap -Dversion=1.0 -Dpackaging=jar -mvn install:install-file -Dfile=libvirt-0.4.8.jar -DgroupId=org.libvirt -DartifactId=libvirt -Dversion=0.4.8 -Dpackaging=jar mvn install:install-file -Dfile=vmware-vim.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=vmware-vim25.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=vmware-apputils.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-apputils -Dversion=1.0 -Dpackaging=jar diff --git a/plugins/hypervisors/kvm/pom.xml b/plugins/hypervisors/kvm/pom.xml index 8cdaa868157..2d1a001c5d0 100644 --- a/plugins/hypervisors/kvm/pom.xml +++ b/plugins/hypervisors/kvm/pom.xml @@ -27,6 +27,12 @@ 4.0.0-SNAPSHOT ../../pom.xml + + + libvirt-org + http://libvirt.org/maven2 + + org.apache.cloudstack