You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/01/03 01:25:36 UTC

git commit: vmware stuff should be compile time dependency

Updated Branches:
  refs/heads/master e4583ced2 -> bba43f51d


vmware stuff should be compile time dependency


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

Branch: refs/heads/master
Commit: bba43f51dc2d7415410d5e95de4bf5dd1035a5a3
Parents: e4583ce
Author: Edison Su <su...@gmail.com>
Authored: Wed Jan 2 16:25:17 2013 -0800
Committer: Edison Su <su...@gmail.com>
Committed: Wed Jan 2 16:25:17 2013 -0800

----------------------------------------------------------------------
 plugins/hypervisors/vmware/pom.xml |    6 +++---
 vmware-base/pom.xml                |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/bba43f51/plugins/hypervisors/vmware/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/vmware/pom.xml b/plugins/hypervisors/vmware/pom.xml
index 0aa6340..d990e89 100644
--- a/plugins/hypervisors/vmware/pom.xml
+++ b/plugins/hypervisors/vmware/pom.xml
@@ -36,19 +36,19 @@
       <groupId>com.cloud.com.vmware</groupId>
       <artifactId>vmware-vim25</artifactId>
       <version>${cs.vmware.api.version}</version>
-      <scope>provided</scope>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>com.cloud.com.vmware</groupId>
       <artifactId>vmware-vim</artifactId>
       <version>${cs.vmware.api.version}</version>
-      <scope>provided</scope>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>com.cloud.com.vmware</groupId>
       <artifactId>vmware-apputils</artifactId>
       <version>${cs.vmware.api.version}</version>
-      <scope>provided</scope>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.axis</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/bba43f51/vmware-base/pom.xml
----------------------------------------------------------------------
diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml
index 9b119e5..bd536fb 100644
--- a/vmware-base/pom.xml
+++ b/vmware-base/pom.xml
@@ -41,19 +41,19 @@
       <groupId>com.cloud.com.vmware</groupId>
       <artifactId>vmware-vim25</artifactId>
       <version>${cs.vmware.api.version}</version>
-      <scope>provided</scope>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>com.cloud.com.vmware</groupId>
       <artifactId>vmware-vim</artifactId>
       <version>${cs.vmware.api.version}</version>
-      <scope>provided</scope>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>com.cloud.com.vmware</groupId>
       <artifactId>vmware-apputils</artifactId>
       <version>${cs.vmware.api.version}</version>
-      <scope>provided</scope>
+      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.axis</groupId>