Repository: cloudstack
Updated Branches:
  refs/heads/master 123e9f81a -> 6968b18a4


fix noredist build because of missing maven dependency of vmware 6.0 lib


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7914cdc2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7914cdc2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7914cdc2

Branch: refs/heads/master
Commit: 7914cdc2bed1f51834ab292a23bb52d047cca309
Parents: 123e9f8
Author: Pierre-Luc Dion <[email protected]>
Authored: Sat May 28 11:03:11 2016 -0400
Committer: Pierre-Luc Dion <[email protected]>
Committed: Sat May 28 11:03:11 2016 -0400

----------------------------------------------------------------------
 deps/install-non-oss.sh | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7914cdc2/deps/install-non-oss.sh
----------------------------------------------------------------------
diff --git a/deps/install-non-oss.sh b/deps/install-non-oss.sh
index 7d38d53..2f5027c 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

Reply via email to