From af3599fe4749414995be3c9994f76769b272244f Mon Sep 17 00:00:00 2001 From: kimchy Date: Fri, 8 Oct 2010 11:45:27 +0200 Subject: [PATCH] upgrade to aws sdk 1.0.11 --- .idea/modules/plugin-cloud-aws.iml | 2 +- plugins/cloud/aws/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.idea/modules/plugin-cloud-aws.iml b/.idea/modules/plugin-cloud-aws.iml index 7f92865f141..2e8e3c54cc4 100644 --- a/.idea/modules/plugin-cloud-aws.iml +++ b/.idea/modules/plugin-cloud-aws.iml @@ -17,7 +17,7 @@ - + diff --git a/plugins/cloud/aws/build.gradle b/plugins/cloud/aws/build.gradle index 5d3887f9dd4..62d6bfd5604 100644 --- a/plugins/cloud/aws/build.gradle +++ b/plugins/cloud/aws/build.gradle @@ -31,12 +31,12 @@ configurations { dependencies { compile project(':elasticsearch') - compile("com.amazonaws:aws-java-sdk:1.0.10") { transitive = false } + compile("com.amazonaws:aws-java-sdk:1.0.11") { transitive = false } runtime("commons-logging:commons-logging:1.1.1") { transitive = false } runtime("commons-codec:commons-codec:1.3") { transitive = false } runtime("commons-httpclient:commons-httpclient:3.0.1") { transitive = false } - distLib("com.amazonaws:aws-java-sdk:1.0.008") { transitive = false } + distLib("com.amazonaws:aws-java-sdk:1.0.11") { transitive = false } distLib("commons-codec:commons-codec:1.3") { transitive = false } distLib("commons-logging:commons-logging:1.1.1") { transitive = false } distLib("commons-httpclient:commons-httpclient:3.0.1") { transitive = false }