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 6adb2d42 [filesystem] Exclude com.alibaba.fluss.fs.hdfs.HadoopFsPlugin 
from META-INF for fluss-fs-obs plugin (#1351)
6adb2d42 is described below

commit 6adb2d42aa1ebeba4e1034a0e2dfb4229122e234
Author: Yunchi Pang <[email protected]>
AuthorDate: Thu Jul 17 02:02:45 2025 -0700

    [filesystem] Exclude com.alibaba.fluss.fs.hdfs.HadoopFsPlugin from META-INF 
for fluss-fs-obs plugin (#1351)
---
 fluss-filesystems/fluss-fs-obs/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/fluss-filesystems/fluss-fs-obs/pom.xml 
b/fluss-filesystems/fluss-fs-obs/pom.xml
index b184532e..1b7b4114 100644
--- a/fluss-filesystems/fluss-fs-obs/pom.xml
+++ b/fluss-filesystems/fluss-fs-obs/pom.xml
@@ -242,6 +242,12 @@
                                         <exclude>NOTICE</exclude>
                                     </excludes>
                                 </filter>
+                                <filter>
+                                    
<artifact>com.alibaba.fluss:fluss-fs-hadoop</artifact>
+                                    <excludes>
+                                        <exclude>META-INF/**</exclude>
+                                    </excludes>
+                                </filter>
                             </filters>
                             <relocations>
                                 <relocation>

Reply via email to