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

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


The following commit(s) were added to refs/heads/master by this push:
     new b7a98a8f4 [oss] Do not shade hadoop in paimon-oss (#1018)
b7a98a8f4 is described below

commit b7a98a8f45bb0fb1d6fccd59aef573fa6ad2c8fb
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