You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ol...@apache.org on 2012/08/25 00:37:45 UTC

[1/4] git commit: add missing dependency

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 <ol...@apache.org>
Authored: Sat Aug 25 00:37:25 2012 +0200
Committer: olivier lamy <ol...@apache.org>
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>