File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,6 @@ dependencies {
263
263
// ml-common excluded reflection for runtime so we need to add it by ourselves.
264
264
// https://github.com/opensearch-project/ml-commons/commit/464bfe34c66d7a729a00dd457f03587ea4e504d9
265
265
// TODO: Remove following three lines of dependencies if ml-common include them in their jar
266
- runtimeOnly ' com.jayway.jsonpath:json-path:2.9.0'
267
266
runtimeOnly group : ' org.reflections' , name : ' reflections' , version : ' 0.9.12'
268
267
runtimeOnly group : ' org.javassist' , name : ' javassist' , version : ' 3.29.2-GA'
269
268
runtimeOnly group : ' org.opensearch' , name : ' common-utils' , version : " ${ opensearch_build} "
Original file line number Diff line number Diff line change @@ -43,7 +43,6 @@ dependencies {
43
43
api " org.apache.logging.log4j:log4j-api:${ versions.log4j} "
44
44
api " org.apache.logging.log4j:log4j-core:${ versions.log4j} "
45
45
api " junit:junit:${ versions.junit} "
46
- testRuntimeOnly ' com.jayway.jsonpath:json-path:2.9.0'
47
46
testImplementation " org.opensearch.test:framework:${ opensearch_version} "
48
47
testImplementation(testFixtures(rootProject))
49
48
}
You can’t perform that action at this time.
0 commit comments