Deps: Add dependency for vmware-base, axis

Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
Rohit Yadav 2012-09-14 15:56:17 +05:30 committed by Prasanna Santhanam
parent c181e0ec18
commit 94ab7b2788

8
deps/pom.xml vendored
View File

@ -116,7 +116,13 @@
<artifactId>axis2-ant-plugin</artifactId>
<version>1.4.1</version>
</dependency>
</dependencies>
<!-- For vmware-base -->
<dependency>
<groupId>org.apache.axis</groupId>
<artifactId>axis</artifactId>
<version>${cs.axis.version}</version>
</dependency>
</dependencies>
<build>
<defaultGoal>install</defaultGoal>
<plugins>