Skip to content

Commit

Permalink
Remove dependency on netty client.
Browse files Browse the repository at this point in the history
Signed-off-by: Finn Carroll <carrofin@amazon.com>
  • Loading branch information
finnegancarroll committed Feb 21, 2025
1 parent f2e52d7 commit 166530a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ dependencies {
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}"
configurations.all {
Expand Down

0 comments on commit 166530a

Please # to comment.