Enable vmware build with mvn

This commit is contained in:
Chiradeep Vittal 2012-10-26 18:13:00 -07:00
parent cdbfe261ba
commit d7227bdf55

View File

@ -59,13 +59,13 @@
<groupId>org.apache.axis</groupId>
<artifactId>axis</artifactId>
<version>${cs.axis.version}</version>
<scope>runtime</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.axis</groupId>
<artifactId>axis-jaxrpc</artifactId>
<version>${cs.axis.version}</version>
<scope>runtime</scope>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>wsdl4j</groupId>