We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a7b6e commit 0529c9dCopy full SHA for 0529c9d
build.gradle
@@ -20,10 +20,7 @@ dependencies {
20
implementation 'org.apache.httpcomponents:httpmime:4.5.14'
21
22
testImplementation('org.spockframework:spock-core:2.3-groovy-3.0')
23
- testImplementation('org.spockframework:spock-junit4:2.1-groovy-3.0')
24
testImplementation 'org.wiremock:wiremock:3.5.4'
25
- testImplementation 'org.objenesis:objenesis:3.4'
26
- testImplementation 'net.bytebuddy:byte-buddy:1.14.17'
27
}
28
29
test {
0 commit comments