Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Jain <varunudr@amazon.com>
  • Loading branch information
vibrantvarun committed Jan 30, 2025
1 parent c6dc785 commit 1ae9a5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions qa/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
Expand Down

0 comments on commit 1ae9a5f

Please sign in to comment.