Skip to content

Commit

Permalink
Include sts so web ident will work
Browse files Browse the repository at this point in the history
  • Loading branch information
ProTip committed Mar 20, 2020
1 parent 147e57d commit c863b34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ dependencies {
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.11.743') {
exclude group: "com.fasterxml.jackson.core"
}
pluginLibs ('com.amazonaws:aws-java-sdk-sts:1.11.743') {
exclude group: "com.fasterxml.jackson.core"
}

testCompile "org.codehaus.groovy:groovy-all:2.3.7"
testCompile "org.spockframework:spock-core:0.7-groovy-2.0"
testCompile "cglib:cglib-nodep:2.2.2"
Expand Down

0 comments on commit c863b34

Please sign in to comment.