Skip to content

Commit

Permalink
Remove dependency on javax.annotation implementation as OpenSearch no…
Browse files Browse the repository at this point in the history
…w has one. (#2801) (#2803)

This resolves "JAR hell" issues when installing the plugin.

Signed-off-by: Thomas Farr <[email protected]>
(cherry picked from commit 9be79bd)

Co-authored-by: Thomas Farr <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and Xtansia authored May 30, 2023
1 parent 279c4d9 commit 6ae8981
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 @@ -289,7 +289,6 @@ configurations.all {
}

dependencies {
implementation 'jakarta.annotation:jakarta.annotation-api:1.3.5'
implementation "org.opensearch.plugin:transport-netty4-client:${opensearch_version}"
implementation "org.opensearch.client:opensearch-rest-high-level-client:${opensearch_version}"
implementation 'com.google.guava:guava:30.0-jre'
Expand Down

0 comments on commit 6ae8981

Please sign in to comment.