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.

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

Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia committed May 30, 2023
1 parent a580dfc commit 522672a
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 @@ -346,7 +346,6 @@ task integrationTest(type: Test) {
check.dependsOn integrationTest

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 "org.apache.httpcomponents.client5:httpclient5-cache:${versions.httpclient5}"
Expand Down

0 comments on commit 522672a

Please sign in to comment.