Updated Branches:
  refs/heads/master e79e33968 -> e7b4e15b4

add missing dependency


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/e7b4e15b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/e7b4e15b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/e7b4e15b

Branch: refs/heads/master
Commit: e7b4e15b4209ce1281064279c40c06e1d3e83cf5
Parents: ccf624f
Author: olivier lamy <[email protected]>
Authored: Sat Aug 25 00:37:25 2012 +0200
Committer: olivier lamy <[email protected]>
Committed: Sat Aug 25 00:37:25 2012 +0200

----------------------------------------------------------------------
 server/pom.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/e7b4e15b/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index 27ea99a..f01cecf 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -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>

Reply via email to