From 1ae9a5fcd4582d63f051ce4091641b839c6c8a4f Mon Sep 17 00:00:00 2001 From: Varun Jain Date: Thu, 30 Jan 2025 00:20:01 -0800 Subject: [PATCH] commit Signed-off-by: Varun Jain --- qa/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/qa/build.gradle b/qa/build.gradle index f5f8d149c..60dc0023b 100644 --- a/qa/build.gradle +++ b/qa/build.gradle @@ -43,10 +43,7 @@ dependencies { api "org.apache.logging.log4j:log4j-api:${versions.log4j}" api "org.apache.logging.log4j:log4j-core:${versions.log4j}" api "junit:junit:${versions.junit}" - if(neural_search_bwc_version >= "2.19.0-SNAPSHOT"){ - testRuntimeOnly 'com.jayway.jsonpath:json-path:2.9.0' - testImplementation 'com.jayway.jsonpath:json-path:2.9.0' - } + testRuntimeOnly 'com.jayway.jsonpath:json-path:2.9.0' testImplementation "org.opensearch.test:framework:${opensearch_version}" testImplementation(testFixtures(rootProject)) }