File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -275,7 +275,9 @@ dependencies {
275
275
runtimeOnly(' com.jayway.jsonpath:json-path:2.9.0' ) {
276
276
// OpenSearch core is using slf4j 1.7.36. Therefore, we cannot change the version here.
277
277
exclude group : ' org.slf4j' , module : ' slf4j-api'
278
+ exclude group : ' net.minidev' , module : ' json-smart'
278
279
}
280
+ runtimeOnly group : ' net.minidev' , name :' json-smart' , version : " ${ versions.json_smart} "
279
281
runtimeOnly(" com.fasterxml.jackson.core:jackson-annotations:${ versions.jackson} " )
280
282
runtimeOnly(" com.fasterxml.jackson.core:jackson-databind:${ versions.jackson_databind} " )
281
283
testFixturesImplementation " org.opensearch:common-utils:${ version} "
Original file line number Diff line number Diff line change @@ -45,7 +45,9 @@ dependencies {
45
45
testRuntimeOnly(' com.jayway.jsonpath:json-path:2.9.0' ) {
46
46
// OpenSearch core is using slf4j 1.7.36. Therefore, we cannot change the version here.
47
47
exclude group : ' org.slf4j' , module : ' slf4j-api'
48
+ exclude group : ' net.minidev' , module : ' json-smart'
48
49
}
50
+ testRuntimeOnly group : ' net.minidev' , name :' json-smart' , version : " ${ versions.json_smart} "
49
51
api " org.apache.logging.log4j:log4j-api:${ versions.log4j} "
50
52
api " org.apache.logging.log4j:log4j-core:${ versions.log4j} "
51
53
api " junit:junit:${ versions.junit} "
You can’t perform that action at this time.
0 commit comments