Skip to content

Commit

Permalink
fixing painless test errors
Browse files Browse the repository at this point in the history
Signed-off-by: Bharathwaj G <bharath78910@gmail.com>
  • Loading branch information
bharath-techie committed Aug 28, 2023
1 parent ec74347 commit 9faff24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,11 @@ publishing {
}

dependencies {
testImplementation "org.antlr:antlr4-runtime:${versions.antlr4}"
testImplementation "org.opensearch.plugin:reindex-client:${opensearch_version}"
testImplementation "org.opensearch.plugin:lang-painless:${opensearch_version}"
testImplementation "org.opensearch.test:framework:${opensearch_version}"
compileOnly "org.opensearch.plugin:opensearch-scripting-painless-spi:${versions.opensearch}"
compileOnly "org.opensearch.plugin:transport-netty4-client:${opensearch_version}"
compileOnly "org.opensearch:opensearch:${opensearch_version}"
implementation "org.opensearch:common-utils:${common_utils_version}"
Expand Down

0 comments on commit 9faff24

Please sign in to comment.