Skip to content

Commit 9be79bd

Browse files
authored
Remove dependency on javax.annotation implementation as OpenSearch now has one. (#2801)
This resolves "JAR hell" issues when installing the plugin. Signed-off-by: Thomas Farr <tsfarr@amazon.com>
1 parent a580dfc commit 9be79bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ task integrationTest(type: Test) {
346346
check.dependsOn integrationTest
347347

348348
dependencies {
349-
implementation 'jakarta.annotation:jakarta.annotation-api:1.3.5'
350349
implementation "org.opensearch.plugin:transport-netty4-client:${opensearch_version}"
351350
implementation "org.opensearch.client:opensearch-rest-high-level-client:${opensearch_version}"
352351
implementation "org.apache.httpcomponents.client5:httpclient5-cache:${versions.httpclient5}"

0 commit comments

Comments
 (0)