parent
9384dac5bd
commit
6876556b60
|
|
@ -87,6 +87,7 @@ dependencies {
|
|||
testImplementation("io.micrometer:micrometer-observation-test")
|
||||
testImplementation("io.projectreactor:reactor-test")
|
||||
testImplementation("io.r2dbc:r2dbc-h2")
|
||||
testImplementation("net.minidev:json-smart")
|
||||
testImplementation("org.apache.logging.log4j:log4j-to-slf4j")
|
||||
testImplementation("org.awaitility:awaitility")
|
||||
testImplementation("org.glassfish.jersey.media:jersey-media-json-jackson")
|
||||
|
|
|
|||
|
|
@ -661,7 +661,7 @@ bom {
|
|||
]
|
||||
}
|
||||
}
|
||||
library("Json Path", "2.7.0") {
|
||||
library("Json Path", "2.8.0") {
|
||||
group("com.jayway.jsonpath") {
|
||||
modules = [
|
||||
"json-path",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ dependencies {
|
|||
api(project(":spring-boot-project:spring-boot-test-autoconfigure"))
|
||||
api("com.jayway.jsonpath:json-path")
|
||||
api("jakarta.xml.bind:jakarta.xml.bind-api")
|
||||
api("net.minidev:json-smart")
|
||||
api("org.assertj:assertj-core")
|
||||
api("org.hamcrest:hamcrest")
|
||||
api("org.junit.jupiter:junit-jupiter")
|
||||
|
|
|
|||
Loading…
Reference in New Issue