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

lzljs3620320 pushed a commit to branch release-0.4
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git

commit 31fe90a08053789ec95851f72d76a82157fc7ada
Author: Jingsong Lee <[email protected]>
AuthorDate: Tue Apr 25 18:39:35 2023 +0800

    [oss] Do not shade hadoop in paimon-oss (#1018)
---
 paimon-filesystems/paimon-oss-impl/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/paimon-filesystems/paimon-oss-impl/pom.xml 
b/paimon-filesystems/paimon-oss-impl/pom.xml
index d9e2957bf..db6d28c48 100644
--- a/paimon-filesystems/paimon-oss-impl/pom.xml
+++ b/paimon-filesystems/paimon-oss-impl/pom.xml
@@ -117,10 +117,6 @@
                                 </includes>
                             </artifactSet>
                             <relocations>
-                                <relocation>
-                                    <pattern>org.apache.hadoop</pattern>
-                                    
<shadedPattern>org.apache.paimon.shade.hadoop3.org.apache.hadoop</shadedPattern>
-                                </relocation>
                                 <!-- relocate the OSS dependencies -->
                                 <relocation>
                                     <pattern>com.aliyun</pattern>

Reply via email to