mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
add missing dependency
This commit is contained in:
parent
ccf624f7a8
commit
e7b4e15b42
@ -60,6 +60,11 @@
|
||||
<artifactId>mail</artifactId>
|
||||
<version>${cs.mail.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.ant</groupId>
|
||||
<artifactId>ant</artifactId>
|
||||
<version>1.8.3</version>
|
||||
</dependency>
|
||||
<!-- <dependency> <groupId>com.cloud</groupId> <artifactId>cloud-utils</artifactId>
|
||||
<version>${project.version}</version> <classifier>tests</classifier> <scope>test</scope>
|
||||
</dependency> <dependency> <groupId>com.cloud</groupId> <artifactId>cloud-agent</artifactId>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user