From 7914cdc2bed1f51834ab292a23bb52d047cca309 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Dion Date: Sat, 28 May 2016 11:03:11 -0400 Subject: [PATCH] fix noredist build because of missing maven dependency of vmware 6.0 lib --- deps/install-non-oss.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deps/install-non-oss.sh b/deps/install-non-oss.sh index 7d38d537604..2f5027cd4c0 100755 --- a/deps/install-non-oss.sh +++ b/deps/install-non-oss.sh @@ -35,3 +35,6 @@ mvn install:install-file -Dfile=vim25_51.jar -DgroupId=com.cloud.com.vmwa # From https://my.vmware.com/group/vmware/get-download?downloadGroup=WEBSDK550 mvn install:install-file -Dfile=vim25_55.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=5.5 -Dpackaging=jar + +# From https://my.vmware.com VMware-vSphere-SDK-6.0.0-3634981.zip +mvn install:install-file -Dfile=vim25_60.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=6.0 -Dpackaging=jar