mirror of https://github.com/apache/cloudstack.git
Deps: Add dependency for vmware-base, axis
Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
c181e0ec18
commit
94ab7b2788
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue