This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.11 by this push:
new 5c2b8f8 CLOUDSTACK-10306: Upgrade to VMware 6.5 vim jar dependency
(#2467)
5c2b8f8 is described below
commit 5c2b8f80f02ae9459537b32ac2bece3e765032ef
Author: Rohit Yadav <[email protected]>
AuthorDate: Tue Feb 27 12:28:48 2018 +0100
CLOUDSTACK-10306: Upgrade to VMware 6.5 vim jar dependency (#2467)
Signed-off-by: Rohit Yadav <[email protected]>
---
deps/install-non-oss.sh | 3 +++
pom.xml | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/deps/install-non-oss.sh b/deps/install-non-oss.sh
index 2f5027c..ee7482d 100755
--- a/deps/install-non-oss.sh
+++ b/deps/install-non-oss.sh
@@ -38,3 +38,6 @@ mvn install:install-file -Dfile=vim25_55.jar
-DgroupId=com.cloud.com.vmwa
# 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
+
+# From
https://my.vmware.com/group/vmware/get-download?downloadGroup=VS-MGMT-SDK65
+mvn install:install-file -Dfile=vim25_65.jar
-DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=6.5
-Dpackaging=jar
diff --git a/pom.xml b/pom.xml
index b33dd94..6ab0afc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -87,7 +87,7 @@
<cs.jstl.version>1.2</cs.jstl.version>
<cs.jstl-api.version>1.2.1</cs.jstl-api.version>
<cs.selenium.server.version>1.0-20081010.060147</cs.selenium.server.version>
- <cs.vmware.api.version>6.0</cs.vmware.api.version>
+ <cs.vmware.api.version>6.5</cs.vmware.api.version>
<org.springframework.version>5.0.2.RELEASE</org.springframework.version>
<cs.mockito.version>1.10.19</cs.mockito.version>
<cs.powermock.version>1.6.4</cs.powermock.version>
--
To stop receiving notification emails like this one, please contact
[email protected].