This is an automated email from the ASF dual-hosted git repository.
yuxia pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 574e67b8 [filesystems] Exclude
com.alibaba.fluss.fs.hdfs.HadoopFsPlugin from META-INF for fluss-fs-s3 plugin
(#1348)
574e67b8 is described below
commit 574e67b8833f360a79b0340eb18a088c971f0aef
Author: ZijunZhao <[email protected]>
AuthorDate: Fri Jul 18 10:47:11 2025 +0800
[filesystems] Exclude com.alibaba.fluss.fs.hdfs.HadoopFsPlugin from
META-INF for fluss-fs-s3 plugin (#1348)
---
fluss-filesystems/fluss-fs-s3/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/fluss-filesystems/fluss-fs-s3/pom.xml
b/fluss-filesystems/fluss-fs-s3/pom.xml
index 14049412..b0468e7f 100644
--- a/fluss-filesystems/fluss-fs-s3/pom.xml
+++ b/fluss-filesystems/fluss-fs-s3/pom.xml
@@ -379,6 +379,12 @@
<exclude>com/amazonaws/services/s3/model/transform/XmlResponsesSaxParser**</exclude>
</excludes>
</filter>
+ <filter>
+
<artifact>com.alibaba.fluss:fluss-fs-hadoop</artifact>
+ <excludes>
+ <exclude>META-INF/**</exclude>
+ </excludes>
+ </filter>
</filters>
</configuration>
</execution>