This is an automated email from the ASF dual-hosted git repository.

yihua pushed a commit to branch release-1.1.0
in repository https://gitbox.apache.org/repos/asf/hudi.git

commit 8398e1ff53de7b6fa49352dd730753746819b6ef
Author: vamsikarnika <[email protected]>
AuthorDate: Thu Oct 16 18:33:44 2025 +0530

    fix: exclude unused dependencies from META INF in presto bundle (#14102)
    
    Co-authored-by: Vamsi <[email protected]>
---
 packaging/hudi-presto-bundle/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/packaging/hudi-presto-bundle/pom.xml 
b/packaging/hudi-presto-bundle/pom.xml
index be642a357375..35cfa0f23c46 100644
--- a/packaging/hudi-presto-bundle/pom.xml
+++ b/packaging/hudi-presto-bundle/pom.xml
@@ -155,6 +155,9 @@
                     <exclude>META-INF/*.DSA</exclude>
                     <exclude>META-INF/*.RSA</exclude>
                     <exclude>META-INF/services/javax.*</exclude>
+                    <exclude>META-INF/maven/com.google.guava/**</exclude>
+                    
<exclude>META-INF/maven/com.fasterxml.jackson.core/**</exclude>
+                    <exclude>META-INF/maven/io.netty/**</exclude>
                     <exclude>**/*.proto</exclude>
                     <exclude>stringBehavior.avsc</exclude>
                   </excludes>

Reply via email to