You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2012/09/05 00:12:51 UTC

[20/50] [abbrv] git commit: awsapi depends on cloud-utils

awsapi depends on cloud-utils


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

Branch: refs/heads/4.0
Commit: cd869f122d96bff31361b80c3bcd6ddb7d838fc0
Parents: 9789e93
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Fri Aug 31 21:47:30 2012 +0200
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Fri Aug 31 21:47:30 2012 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cd869f12/awsapi/pom.xml
----------------------------------------------------------------------
diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index b23e78c..c9b25fa 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -29,6 +29,11 @@
   </parent>
   <dependencies>
     <dependency>
+      <groupId>org.apache.cloudstack</groupId>
+      <artifactId>cloud-utils</artifactId>
+      <version>4.0.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.axis2</groupId>
       <artifactId>axis2</artifactId>
       <version>${cs.axis2.version}</version>