File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ dependencies {
30
30
}
31
31
testRuntime " net.bytebuddy:byte-buddy:${ project.bytebuddyVersion} "
32
32
testRuntime ' org.objenesis:objenesis:3.1'
33
+ testCompile ' com.fasterxml.jackson.core:jackson-databind:2.11.0.rc1'
33
34
34
35
testCompile ' org.clojure:clojure:1.10.0' ,
35
36
' http-kit:http-kit:2.3.0'
Original file line number Diff line number Diff line change @@ -25,4 +25,5 @@ dependencies {
25
25
testCompile(' org.spockframework:spock-core:2.0-M2-groovy-3.0' ) {
26
26
exclude group : ' org.codehaus.groovy'
27
27
}
28
+ testCompile ' com.fasterxml.jackson.core:jackson-databind:2.11.0.rc1'
28
29
}
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ dependencies {
39
39
}
40
40
testCompile " junit:junit:${ project.junitVersion} "
41
41
testCompile ' org.hamcrest:hamcrest:2.1'
42
+ testCompile ' com.amazonaws:aws-java-sdk-s3:1.11.587'
42
43
}
43
44
44
45
compileGroovy {
You can’t perform that action at this time.
0 commit comments