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 2016/02/04 18:57:54 UTC

[30/50] [abbrv] usergrid git commit: Explicitly call out the AWS dependency in tests POM rather than assuming the dependency from usergrid-services.

Explicitly call out the AWS dependency in tests POM rather than assuming the dependency from usergrid-services.


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/019d49e7
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/019d49e7
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/019d49e7

Branch: refs/heads/asf-site
Commit: 019d49e75c2e5107c0938bac1e46ab6b5fae319f
Parents: 1fcbcf4
Author: Michael Russo <mi...@gmail.com>
Authored: Sun Jan 31 10:58:49 2016 -0800
Committer: Michael Russo <mi...@gmail.com>
Committed: Sun Jan 31 10:58:49 2016 -0800

----------------------------------------------------------------------
 stack/tools/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/019d49e7/stack/tools/pom.xml
----------------------------------------------------------------------
diff --git a/stack/tools/pom.xml b/stack/tools/pom.xml
index 01766eb..6783643 100644
--- a/stack/tools/pom.xml
+++ b/stack/tools/pom.xml
@@ -256,5 +256,17 @@
       <version>0.4.3</version>
     </dependency>
 
+    <dependency>
+      <groupId>com.amazonaws</groupId>
+      <artifactId>aws-java-sdk-core</artifactId>
+      <version>${aws.version}</version>
+    </dependency>
+
+    <dependency>
+      <groupId>com.amazonaws</groupId>
+      <artifactId>aws-java-sdk-s3</artifactId>
+      <version>${aws.version}</version>
+    </dependency>
+
   </dependencies>
 </project>