Skip to content

Commit c863b34

Browse files
committed
Include sts so web ident will work
1 parent 147e57d commit c863b34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ dependencies {
4747
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.11.743') {
4848
exclude group: "com.fasterxml.jackson.core"
4949
}
50+
pluginLibs ('com.amazonaws:aws-java-sdk-sts:1.11.743') {
51+
exclude group: "com.fasterxml.jackson.core"
52+
}
53+
5054
testCompile "org.codehaus.groovy:groovy-all:2.3.7"
5155
testCompile "org.spockframework:spock-core:0.7-groovy-2.0"
5256
testCompile "cglib:cglib-nodep:2.2.2"

0 commit comments

Comments
 (0)