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-dev Commit: 9696ca5d864d035be8d0bd7aed2dadd4b8dc846e Parents: ae5bc3f Author: Jan Moritz Lindemann <124...@supinfo.com> Authored: Sun Apr 26 16:31:45 2015 -0400 Committer: Jan Moritz Lindemann <124...@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>