mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
VMware stuff should be compile time dependency
This commit is contained in:
parent
8d7ad6020d
commit
200703e9b8
@ -54,19 +54,16 @@
|
|||||||
<groupId>org.apache.axis</groupId>
|
<groupId>org.apache.axis</groupId>
|
||||||
<artifactId>axis</artifactId>
|
<artifactId>axis</artifactId>
|
||||||
<version>${cs.axis.version}</version>
|
<version>${cs.axis.version}</version>
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.axis</groupId>
|
<groupId>org.apache.axis</groupId>
|
||||||
<artifactId>axis-jaxrpc</artifactId>
|
<artifactId>axis-jaxrpc</artifactId>
|
||||||
<version>${cs.axis.version}</version>
|
<version>${cs.axis.version}</version>
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>wsdl4j</groupId>
|
<groupId>wsdl4j</groupId>
|
||||||
<artifactId>wsdl4j</artifactId>
|
<artifactId>wsdl4j</artifactId>
|
||||||
<version>1.4</version>
|
<version>1.4</version>
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
|||||||
@ -59,19 +59,16 @@
|
|||||||
<groupId>org.apache.axis</groupId>
|
<groupId>org.apache.axis</groupId>
|
||||||
<artifactId>axis</artifactId>
|
<artifactId>axis</artifactId>
|
||||||
<version>${cs.axis.version}</version>
|
<version>${cs.axis.version}</version>
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.axis</groupId>
|
<groupId>org.apache.axis</groupId>
|
||||||
<artifactId>axis-jaxrpc</artifactId>
|
<artifactId>axis-jaxrpc</artifactId>
|
||||||
<version>${cs.axis.version}</version>
|
<version>${cs.axis.version}</version>
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>wsdl4j</groupId>
|
<groupId>wsdl4j</groupId>
|
||||||
<artifactId>wsdl4j</artifactId>
|
<artifactId>wsdl4j</artifactId>
|
||||||
<version>1.4</version>
|
<version>1.4</version>
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user