Updated Branches: refs/heads/master 9b1b14519 -> 3bb136292
Double check vmware dependencies and provide information on where to get them. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/3bb13629 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/3bb13629 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/3bb13629 Branch: refs/heads/master Commit: 3bb136292b86f63052a9b201ad9484e3133c392a Parents: 9b1b145 Author: Hugo Trippaers <[email protected]> Authored: Mon Oct 15 16:44:22 2012 +0200 Committer: Hugo Trippaers <[email protected]> Committed: Mon Oct 15 16:57:59 2012 +0200 ---------------------------------------------------------------------- deps/install-non-oss.sh | 8 +++++--- plugins/hypervisors/vmware/pom.xml | 10 ++-------- vmware-base/pom.xml | 10 ++-------- 3 files changed, 9 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3bb13629/deps/install-non-oss.sh ---------------------------------------------------------------------- diff --git a/deps/install-non-oss.sh b/deps/install-non-oss.sh index 9c65a31..d71d774 100755 --- a/deps/install-non-oss.sh +++ b/deps/install-non-oss.sh @@ -20,6 +20,8 @@ mvn install:install-file -Dfile=cloud-iControl.jar -DgroupId=com.cloud.com. mvn install:install-file -Dfile=cloud-netscaler.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=cloud-netscaler-sdx.jar -DgroupId=com.cloud.com.citrix -DartifactId=netscaler-sdx -Dversion=1.0 -Dpackaging=jar mvn install:install-file -Dfile=cloud-manageontap.jar -DgroupId=com.cloud.com.netapp -DartifactId=manageontap -Dversion=1.0 -Dpackaging=jar -mvn install:install-file -Dfile=vmware-vim.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim -Dversion=1.0 -Dpackaging=jar -mvn install:install-file -Dfile=vmware-vim25.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=1.0 -Dpackaging=jar -mvn install:install-file -Dfile=vmware-apputils.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-apputils -Dversion=1.0 -Dpackaging=jar +# +# From https://my.vmware.com/group/vmware/get-download?downloadGroup=VSDK41 +# Version: 4.1, Release-date: 2010-07-13, Build: 257238 +mvn install:install-file -Dfile=vim25.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-vim25 -Dversion=4.1 -Dpackaging=jar +mvn install:install-file -Dfile=apputils.jar -DgroupId=com.cloud.com.vmware -DartifactId=vmware-apputils -Dversion=4.1 -Dpackaging=jar http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3bb13629/plugins/hypervisors/vmware/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/vmware/pom.xml b/plugins/hypervisors/vmware/pom.xml index 0354e58..00cccf4 100644 --- a/plugins/hypervisors/vmware/pom.xml +++ b/plugins/hypervisors/vmware/pom.xml @@ -34,20 +34,14 @@ </dependency> <dependency> <groupId>com.cloud.com.vmware</groupId> - <artifactId>vmware-vim</artifactId> - <version>1.0</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>com.cloud.com.vmware</groupId> <artifactId>vmware-vim25</artifactId> - <version>1.0</version> + <version>4.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.cloud.com.vmware</groupId> <artifactId>vmware-apputils</artifactId> - <version>1.0</version> + <version>4.1</version> <scope>compile</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/3bb13629/vmware-base/pom.xml ---------------------------------------------------------------------- diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml index 32f9d3f..6c304af 100644 --- a/vmware-base/pom.xml +++ b/vmware-base/pom.xml @@ -39,20 +39,14 @@ </dependency> <dependency> <groupId>com.cloud.com.vmware</groupId> - <artifactId>vmware-vim</artifactId> - <version>1.0</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>com.cloud.com.vmware</groupId> <artifactId>vmware-vim25</artifactId> - <version>1.0</version> + <version>4.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.cloud.com.vmware</groupId> <artifactId>vmware-apputils</artifactId> - <version>1.0</version> + <version>4.1</version> <scope>provided</scope> </dependency> <dependency>
