Skip to content

Commit

Permalink
Remove netty-tcnative dependency to unblock security plugin build on …
Browse files Browse the repository at this point in the history
…ARM64

Signed-off-by: cliu123 <lc12251109@gmail.com>
  • Loading branch information
cliu123 committed Feb 28, 2022
1 parent d3c10b3 commit 4142bc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ dependencies {
testImplementation 'org.apache.kafka:kafka_2.13:2.8.1'
testImplementation 'org.apache.kafka:kafka_2.13:2.8.1:test'
testImplementation 'org.apache.kafka:kafka-clients:2.8.1:test'
compileOnly "io.netty:netty-tcnative:2.0.25.Final:${osdetector.classifier}"
testImplementation "io.netty:netty-tcnative:2.0.25.Final:${osdetector.classifier}"
compileOnly "org.opensearch:opensearch:${opensearch_version}"
}

Expand Down

0 comments on commit 4142bc2

Please sign in to comment.