You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2012/10/29 16:11:13 UTC

[10/12] git commit: VMware stuff should be compile time dependency

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/200703e9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/200703e9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/200703e9

Branch: refs/heads/marvin-parallel
Commit: 200703e9b8c993a61538cf2e2f60feb95474280f
Parents: 8d7ad60
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Mon Oct 29 08:55:24 2012 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Mon Oct 29 08:55:24 2012 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/200703e9/plugins/hypervisors/vmware/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/hypervisors/vmware/pom.xml b/plugins/hypervisors/vmware/pom.xml
index 20ab9ab..0aa6340 100644
--- a/plugins/hypervisors/vmware/pom.xml
+++ b/plugins/hypervisors/vmware/pom.xml
@@ -54,19 +54,16 @@
       <groupId>org.apache.axis</groupId>
       <artifactId>axis</artifactId>
       <version>${cs.axis.version}</version>
-      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.axis</groupId>
       <artifactId>axis-jaxrpc</artifactId>
       <version>${cs.axis.version}</version>
-      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>wsdl4j</groupId>
       <artifactId>wsdl4j</artifactId>
       <version>1.4</version>
-      <scope>runtime</scope>
     </dependency>
   </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/200703e9/vmware-base/pom.xml
----------------------------------------------------------------------
diff --git a/vmware-base/pom.xml b/vmware-base/pom.xml
index e735303..9b119e5 100644
--- a/vmware-base/pom.xml
+++ b/vmware-base/pom.xml
@@ -59,19 +59,16 @@
       <groupId>org.apache.axis</groupId>
       <artifactId>axis</artifactId>
       <version>${cs.axis.version}</version>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.axis</groupId>
       <artifactId>axis-jaxrpc</artifactId>
       <version>${cs.axis.version}</version>
-      <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>wsdl4j</groupId>
       <artifactId>wsdl4j</artifactId>
       <version>1.4</version>
-      <scope>runtime</scope>
     </dependency>
   </dependencies>
   <build>