IGNITE-2758 IGNITE_HOME/libs/ignite-aws/aws-java-sdk-1.10.29.jar doesn't 
contain any classes


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/79815b70
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/79815b70
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/79815b70

Branch: refs/heads/ignite-2801
Commit: 79815b70b5ce4c7441773becae18fbb22782b4a6
Parents: 77d6789
Author: Anton Vinogradov <[email protected]>
Authored: Fri Mar 4 14:17:30 2016 +0300
Committer: Anton Vinogradov <[email protected]>
Committed: Fri Mar 4 14:17:30 2016 +0300

----------------------------------------------------------------------
 modules/aws/pom.xml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/79815b70/modules/aws/pom.xml
----------------------------------------------------------------------
diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml
index 9fcdd6f..4de5506 100644
--- a/modules/aws/pom.xml
+++ b/modules/aws/pom.xml
@@ -48,6 +48,24 @@
         </dependency>
 
         <dependency>
+            <groupId>com.amazonaws</groupId>
+            <artifactId>aws-java-sdk-core</artifactId>
+            <version>${aws.sdk.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>com.amazonaws</groupId>
+            <artifactId>aws-java-sdk-s3</artifactId>
+            <version>${aws.sdk.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>joda-time</groupId>
+            <artifactId>joda-time</artifactId>
+            <version>2.8.1</version>
+        </dependency>
+
+        <dependency>
             <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient</artifactId>
             <version>${httpclient.version}</version>

Reply via email to