Skip to content

Commit 713b584

Browse files
committed
commit
Signed-off-by: Varun Jain <varunudr@amazon.com>
1 parent 9ec346a commit 713b584

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ dependencies {
263263
// ml-common excluded reflection for runtime so we need to add it by ourselves.
264264
// https://github.com/opensearch-project/ml-commons/commit/464bfe34c66d7a729a00dd457f03587ea4e504d9
265265
// 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'
267266
runtimeOnly group: 'org.reflections', name: 'reflections', version: '0.9.12'
268267
runtimeOnly group: 'org.javassist', name: 'javassist', version: '3.29.2-GA'
269268
runtimeOnly group: 'org.opensearch', name: 'common-utils', version: "${opensearch_build}"

qa/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ dependencies {
4343
api "org.apache.logging.log4j:log4j-api:${versions.log4j}"
4444
api "org.apache.logging.log4j:log4j-core:${versions.log4j}"
4545
api "junit:junit:${versions.junit}"
46-
testRuntimeOnly 'com.jayway.jsonpath:json-path:2.9.0'
4746
testImplementation "org.opensearch.test:framework:${opensearch_version}"
4847
testImplementation(testFixtures(rootProject))
4948
}

0 commit comments

Comments
 (0)