Skip to content

Commit 7914cdc

Browse files
committed
fix noredist build because of missing maven dependency of vmware 6.0 lib
1 parent 123e9f8 commit 7914cdc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deps/install-non-oss.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ mvn install:install-file -Dfile=vim25_51.jar -DgroupId=com.cloud.com.vmwa
3535

3636
# From https://my.vmware.com/group/vmware/get-download?downloadGroup=WEBSDK550
3737
mvn install:install-file -Dfile=vim25_55.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=5.5 -Dpackaging=jar
38+
39+
# From https://my.vmware.com VMware-vSphere-SDK-6.0.0-3634981.zip
40+
mvn install:install-file -Dfile=vim25_60.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=6.0 -Dpackaging=jar

0 commit comments

Comments
 (0)