IGNITE-2758 IGNITE_HOME/libs/ignite-aws/aws-java-sdk-1.10.29.jar doesn't contain any classes (cherry picked from commit 79815b7)
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e82660db Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e82660db Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e82660db Branch: refs/heads/ignite-1786 Commit: e82660db5ebf8e3c2b6dd675793676a87b8e2de2 Parents: 95f0c84 Author: Anton Vinogradov <[email protected]> Authored: Fri Mar 4 14:17:30 2016 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Fri Mar 4 14:46:35 2016 +0300 ---------------------------------------------------------------------- modules/aws/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e82660db/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>
