File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -21,21 +21,21 @@ repositories {
2121}
2222
2323dependencies {
24- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
25- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
26- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.9.2" )
27- testImplementation ' org.springframework:spring-test:5.3.23'
28- testImplementation ' org.hamcrest:java-hamcrest:2.0.0.0'
29- testImplementation ' org.mockito:mockito-core:3.+'
30- testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.0.1'
31-
3224 implementation group : ' org.springframework' , name : ' spring-web' , version : ' 5.3.9'
3325 implementation group : ' org.apache.httpcomponents' , name : ' httpclient' , version : ' 4.5.13'
3426
3527 implementation ' com.fasterxml.jackson.core:jackson-core:2.12.4'
3628 implementation ' com.fasterxml.jackson.core:jackson-annotations:2.12.4'
3729 implementation ' com.fasterxml.jackson.core:jackson-databind:2.12.4'
3830 implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.4'
31+
32+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
33+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.6.0'
34+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.9.2" )
35+ testImplementation ' org.springframework:spring-test:5.3.23'
36+ testImplementation ' org.hamcrest:java-hamcrest:2.0.0.0'
37+ testImplementation ' org.mockito:mockito-core:3.+'
38+ testImplementation ' uk.org.webcompere:system-stubs-jupiter:2.0.1'
3939}
4040
4141publishing {
You can’t perform that action at this time.
0 commit comments