This is an automated email from the ASF dual-hosted git repository.
philo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 78d882c173 [GLUTEN-9823] Exclude jsr305 from Gluten shaded jar to
reduce redundancy (#9822)
78d882c173 is described below
commit 78d882c1730c262b7ddfdf0aeaea123634d7089a
Author: Yuming Wang <[email protected]>
AuthorDate: Tue Jun 3 13:43:48 2025 +0800
[GLUTEN-9823] Exclude jsr305 from Gluten shaded jar to reduce redundancy
(#9822)
---
package/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/package/pom.xml b/package/pom.xml
index 3b1f61cd08..60a155ab32 100644
--- a/package/pom.xml
+++ b/package/pom.xml
@@ -191,6 +191,12 @@
</relocation>
</relocations>
<filters>
+ <filter>
+ <artifact>com.google.code.findbugs:jsr305</artifact>
+ <excludes>
+ <exclude>**</exclude>
+ </excludes>
+ </filter>
<filter>
<artifact>*:*</artifact>
<excludes>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]