From 91df8a377e505153fbad2a68b3db8a16fffda512 Mon Sep 17 00:00:00 2001 From: Thomas Farr Date: Wed, 31 May 2023 01:47:47 +1200 Subject: [PATCH] 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 (cherry picked from commit 9be79bd0281e1fcf9f221ddb8b2a8a3c133ce17a) --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index ee2e33131b..b50a730307 100644 --- a/build.gradle +++ b/build.gradle @@ -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'