Skip to content

Commit

Permalink
upgrde to amazen aws sdk 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kimchy committed Nov 10, 2010
1 parent 70a0e11 commit e340388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/modules/plugin-cloud-aws.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions plugins/cloud/aws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ configurations {

dependencies {
compile project(':elasticsearch')
compile("com.amazonaws:aws-java-sdk:1.0.14") { transitive = false }
compile("com.amazonaws:aws-java-sdk:1.1.0") { 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.14") { transitive = false }
distLib("com.amazonaws:aws-java-sdk:1.1.0") { 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 }
Expand Down

0 comments on commit e340388

Please sign in to comment.