We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147e57d commit c863b34Copy full SHA for c863b34
build.gradle
@@ -47,6 +47,10 @@ dependencies {
47
pluginLibs ('com.amazonaws:aws-java-sdk-s3:1.11.743') {
48
exclude group: "com.fasterxml.jackson.core"
49
}
50
+ pluginLibs ('com.amazonaws:aws-java-sdk-sts:1.11.743') {
51
+ exclude group: "com.fasterxml.jackson.core"
52
+ }
53
+
54
testCompile "org.codehaus.groovy:groovy-all:2.3.7"
55
testCompile "org.spockframework:spock-core:0.7-groovy-2.0"
56
testCompile "cglib:cglib-nodep:2.2.2"
0 commit comments