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

danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 5276850  [HUDI-2557] Shade javax.servlet for flink bundle jar (#3807)
5276850 is described below

commit 5276850415649a45106073e1176089247930add3
Author: yiduwangkai <16093572+yiduwang...@users.noreply.github.com>
AuthorDate: Mon Oct 18 11:26:21 2021 +0800

    [HUDI-2557] Shade javax.servlet for flink bundle jar (#3807)
    
    Co-authored-by: wangkai9 <wangk...@tuhu.cn>
---
 packaging/hudi-flink-bundle/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/packaging/hudi-flink-bundle/pom.xml 
b/packaging/hudi-flink-bundle/pom.xml
index 120cba3..c9b1458 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -153,6 +153,10 @@
               </artifactSet>
               <relocations>
                 <relocation>
+                  <pattern>javax.servlet.</pattern>
+                  
<shadedPattern>${flink.bundle.shade.prefix}javax.servlet.</shadedPattern>
+                </relocation>
+                <relocation>
                   <pattern>org.apache.avro.</pattern>
                   
<shadedPattern>${flink.bundle.shade.prefix}org.apache.avro.</shadedPattern>
                 </relocation>

Reply via email to