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/javelin Commit: cd869f122d96bff31361b80c3bcd6ddb7d838fc0 Parents: 9789e93 Author: Hugo Trippaers <[email protected]> Authored: Fri Aug 31 21:47:30 2012 +0200 Committer: Hugo Trippaers <[email protected]> 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>
