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 c6ff925 commit c1a7b6eCopy full SHA for c1a7b6e
build.gradle
@@ -18,8 +18,12 @@ dependencies {
18
implementation 'com.google.code.gson:gson:2.10.1'
19
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
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