diff --git a/plugin/build.gradle b/plugin/build.gradle index 4306235b13d..04cdc36c943 100644 --- a/plugin/build.gradle +++ b/plugin/build.gradle @@ -101,6 +101,9 @@ bundlePlugin { exclude 'json-smart-*.jar' exclude 'accessors-smart-*.jar' exclude 'asm-9*.jar' + // jsr305 is also bundled by arrow-flight-rpc (an extendedPlugins parent of analytics-engine, + // which we extend); both shipping it caused jar hell at plugin install time. + exclude 'jsr305-*.jar' } publishing {