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/27 21:35:22 UTC

[33/50] [abbrv] 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/9696ca5d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/9696ca5d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/9696ca5d

Branch: refs/heads/two-dot-o
Commit: 9696ca5d864d035be8d0bd7aed2dadd4b8dc846e
Parents: ae5bc3f
Author: Jan Moritz Lindemann <12...@supinfo.com>
Authored: Sun Apr 26 16:31:45 2015 -0400
Committer: Jan Moritz Lindemann <12...@supinfo.com>
Committed: Sun Apr 26 16:31:45 2015 -0400

----------------------------------------------------------------------
 stack/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/9696ca5d/stack/pom.xml
----------------------------------------------------------------------
diff --git a/stack/pom.xml b/stack/pom.xml
index 82d0ea3..989c1f5 100644
--- a/stack/pom.xml
+++ b/stack/pom.xml
@@ -156,7 +156,7 @@
     </developer>
   </developers>
 
-  <modules>
+  <modules>ht
     <module>java-sdk-old</module>
     <module>config</module>
     <module>core</module>
@@ -241,6 +241,13 @@
           </exclusion>
         </exclusions>
       </dependency>
+      
+      <dependency>
+        <groupId>com.amazonaws</groupId>
+        <artifactId>aws-java-sdk-s3</artifactId>
+        <version>1.9.31</version>
+      </dependency>
+
 
       <dependency>
         <groupId>org.apache.activemq</groupId>