Skip to content

Commit d7227bd

Browse files
committed
Enable vmware build with mvn
1 parent cdbfe26 commit d7227bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vmware-base/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
<groupId>org.apache.axis</groupId>
6060
<artifactId>axis</artifactId>
6161
<version>${cs.axis.version}</version>
62-
<scope>runtime</scope>
62+
<scope>compile</scope>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.apache.axis</groupId>
6666
<artifactId>axis-jaxrpc</artifactId>
6767
<version>${cs.axis.version}</version>
68-
<scope>runtime</scope>
68+
<scope>compile</scope>
6969
</dependency>
7070
<dependency>
7171
<groupId>wsdl4j</groupId>

0 commit comments

Comments
 (0)