added aws-java-sdk-s3 dependency
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/bb0b27d8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/bb0b27d8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/bb0b27d8 Branch: refs/heads/master Commit: bb0b27d8a104c910c581580fb26a244435a9e223 Parents: 133887f Author: rgex <[email protected]> Authored: Sun Apr 26 15:48:30 2015 -0400 Committer: rgex <[email protected]> Committed: Sun Apr 26 15:48:30 2015 -0400 ---------------------------------------------------------------------- stack/services/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/bb0b27d8/stack/services/pom.xml ---------------------------------------------------------------------- diff --git a/stack/services/pom.xml b/stack/services/pom.xml index 6b1bcdc..b3297d9 100644 --- a/stack/services/pom.xml +++ b/stack/services/pom.xml @@ -399,6 +399,11 @@ </dependency> <dependency> + <groupId>com.amazonaws</groupId> + <artifactId>aws-java-sdk-s3</artifactId> + </dependency> + + <dependency> <groupId>org.apache.jclouds</groupId> <artifactId>jclouds-blobstore</artifactId> </dependency>
