File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -274,7 +274,9 @@ dependencies {
274274 runtimeOnly(' com.jayway.jsonpath:json-path:2.9.0' ) {
275275 // OpenSearch core is using slf4j 1.7.36. Therefore, we cannot change the version here.
276276 exclude group : ' org.slf4j' , module : ' slf4j-api'
277+ exclude group : ' net.minidev' , module : ' json-smart'
277278 }
279+ runtimeOnly group : ' net.minidev' , name :' json-smart' , version : " ${ versions.json_smart} "
278280 runtimeOnly(" com.fasterxml.jackson.core:jackson-annotations:${ versions.jackson} " )
279281 runtimeOnly(" com.fasterxml.jackson.core:jackson-databind:${ versions.jackson_databind} " )
280282 testFixturesImplementation " org.opensearch:common-utils:${ version} "
Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ dependencies {
4545 testRuntimeOnly(' com.jayway.jsonpath:json-path:2.9.0' ) {
4646 // OpenSearch core is using slf4j 1.7.36. Therefore, we cannot change the version here.
4747 exclude group : ' org.slf4j' , module : ' slf4j-api'
48+ exclude group : ' net.minidev' , module : ' json-smart'
4849 }
50+ testRuntimeOnly group : ' net.minidev' , name :' json-smart' , version : " ${ versions.json_smart} "
4951 api " org.apache.logging.log4j:log4j-api:${ versions.log4j} "
5052 api " org.apache.logging.log4j:log4j-core:${ versions.log4j} "
5153 api " junit:junit:${ versions.junit} "
You can’t perform that action at this time.
0 commit comments