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

wenjun pushed a commit to branch cdc-multiple-table
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/cdc-multiple-table by this 
push:
     new 07435ec7c Shard common-lang3 in hadoop (#4203)
07435ec7c is described below

commit 07435ec7c4beff72073af89573d9114ba5dada24
Author: Wenjun Ruan <[email protected]>
AuthorDate: Fri Feb 24 10:55:37 2023 +0800

    Shard common-lang3 in hadoop (#4203)
---
 seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml 
b/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml
index dce8748e6..7393a6af6 100644
--- a/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml
+++ b/seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml
@@ -82,6 +82,10 @@
                                     <pattern>org.apache.commons.io</pattern>
                                     
<shadedPattern>shade.org.apache.commons.io</shadedPattern>
                                 </relocation>
+                                <relocation>
+                                    <pattern>org.apache.commons.lang3</pattern>
+                                    
<shadedPattern>shade.org.apache.commons.lang3</shadedPattern>
+                                </relocation>
                                 <relocation>
                                     <pattern>com.google.common</pattern>
                                     
<shadedPattern>${seatunnel.shade.package}.hadoop.com.google.common</shadedPattern>

Reply via email to