Skip to content

Commit 91df8a3

Browse files
Xtansiagithub-actions[bot]
authored andcommitted
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> (cherry picked from commit 9be79bd)
1 parent 279c4d9 commit 91df8a3

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
@@ -289,7 +289,6 @@ configurations.all {
289289
}
290290

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

0 commit comments

Comments
 (0)