You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/05/01 16:44:34 UTC

[02/10] incubator-usergrid git commit: added aws-java-sdk-s3 dependency

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 <12...@supinfo.com>
Authored: Sun Apr 26 15:48:30 2015 -0400
Committer: rgex <12...@supinfo.com>
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>