Skip to content

Commit 4cce43f

Browse files
瓜yadvr
authored andcommitted
Add support for vSphere Web SDK 6.7 installation in install-non-oss.sh (#3650)
Signed-off-by: Kai Takahashi <www.carrotsoft@gmail.com>
1 parent c863cc2 commit 4cce43f

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
@@ -36,3 +36,6 @@ mvn install:install-file -Dfile=vim25_60.jar -DgroupId=com.cloud.com.vmwa
3636

3737
# From https://my.vmware.com/group/vmware/get-download?downloadGroup=VS-MGMT-SDK65
3838
mvn install:install-file -Dfile=vim25_65.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=6.5 -Dpackaging=jar
39+
40+
# From https://my.vmware.com/group/vmware/details?downloadGroup=WEBCLIENTSDK67U2&productId=742
41+
mvn install:install-file -Dfile=vim25_67.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=6.7 -Dpackaging=jar

0 commit comments

Comments
 (0)