Repository: ignite Updated Branches: refs/heads/ignite-1527 [created] 0982d5955
IGNITE-1810 Upgrade ignite-aws dependencies: AWS SDK and HTTP Client. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f28c68e4 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f28c68e4 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f28c68e4 Branch: refs/heads/ignite-1527 Commit: f28c68e4544aa93b990c50be9dd5d5993abc5c3f Parents: c39b6d4 Author: Raul Kripalani <[email protected]> Authored: Thu Oct 29 13:24:56 2015 +0000 Committer: Raul Kripalani <[email protected]> Committed: Thu Oct 29 13:24:56 2015 +0000 ---------------------------------------------------------------------- modules/aws/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f28c68e4/modules/aws/pom.xml ---------------------------------------------------------------------- diff --git a/modules/aws/pom.xml b/modules/aws/pom.xml index 8042d33..1162271 100644 --- a/modules/aws/pom.xml +++ b/modules/aws/pom.xml @@ -44,19 +44,19 @@ <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk</artifactId> - <version>1.3.21.1</version> + <version>1.10.29</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.2.3</version> + <version>4.5.1</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.2.3</version> + <version>4.4.3</version> </dependency> <dependency>
