@@ -31,30 +31,31 @@ dependencies {
3131 jacksonVersion = ' 2.17.2'
3232 }
3333
34- compile ' com.squareup.okhttp3:okhttp:4.12.0'
35- compile " com.fasterxml.jackson.core:jackson-databind:$jacksonVersion "
36- compile " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion "
37- compile " com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jacksonVersion "
38- compile ' org.apache.commons:commons-lang3:3.12.0'
39- compile ' org.zeroturnaround:zt-exec:1.12'
40- compile ' org.slf4j:slf4j-api:1.7.36'
41- compile ' ch.qos.logback:logback-classic:1.5.13'
34+ implementation ' com.squareup.okhttp3:okhttp:4.12.0'
35+ implementation " com.fasterxml.jackson.core:jackson-databind:$jacksonVersion "
36+ implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion "
37+ implementation " com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jacksonVersion "
38+ implementation ' org.apache.commons:commons-lang3:3.12.0'
39+ implementation ' org.zeroturnaround:zt-exec:1.12'
40+ implementation ' org.slf4j:slf4j-api:1.7.36'
4241 compileOnly ' junit:junit:4.13.2'
43- testCompile ' com.sun.jersey:jersey-client:1.19.4'
44- testCompile ' com.google.guava:guava:33.0.0-jre'
45- testCompile ' org.springframework:spring-web:5.3.20'
46- testCompile ' org.apache.httpcomponents:httpclient:4.5.13'
47- testCompile ' org.assertj:assertj-core:3.22.0'
48- testCompile ' net.javacrumbs.json-unit:json-unit:2.32.0'
49- testCompile ' net.javacrumbs.json-unit:json-unit-fluent:2.28.0'
50- testCompile ' org.eclipse.jetty:jetty-server:9.3.11.v20160721'
51- testCompile ' org.skyscreamer:jsonassert:1.5.0'
52- testCompile ' org.mockito:mockito-core:4.2.0'
53- testCompile ' org.powermock:powermock-module-junit4:2.0.9'
54- testCompile ' com.github.stefanbirkner:system-rules:1.19.0'
55- testCompile ' io.projectreactor.ipc:reactor-netty:0.7.15.RELEASE'
56- testCompile ' io.projectreactor:reactor-test:3.2.3.RELEASE'
57- testCompile ' org.awaitility:awaitility:4.1.1'
42+ testImplementation ' ch.qos.logback:logback-classic:1.5.13'
43+ testImplementation ' com.sun.jersey:jersey-client:1.19.4'
44+ testImplementation ' com.google.guava:guava:33.0.0-jre'
45+ testImplementation ' org.springframework:spring-web:5.3.20'
46+ testImplementation ' org.apache.httpcomponents:httpclient:4.5.13'
47+ testImplementation ' org.assertj:assertj-core:3.22.0'
48+ testImplementation ' net.javacrumbs.json-unit:json-unit:2.32.0'
49+ testImplementation ' net.javacrumbs.json-unit:json-unit-fluent:2.28.0'
50+ testImplementation ' org.eclipse.jetty:jetty-server:9.3.11.v20160721'
51+ testImplementation ' org.skyscreamer:jsonassert:1.5.0'
52+ testImplementation ' org.mockito:mockito-core:4.2.0'
53+ testImplementation ' org.powermock:powermock-module-junit4:2.0.9'
54+ testImplementation ' com.github.stefanbirkner:system-rules:1.19.0'
55+ testImplementation ' io.projectreactor.ipc:reactor-netty:0.7.15.RELEASE'
56+ testImplementation ' io.projectreactor:reactor-test:3.2.3.RELEASE'
57+ testImplementation ' org.awaitility:awaitility:4.1.1'
58+
5859}
5960
6061allprojects { subproj ->
0 commit comments