1
0

[HUDI-2557] Shade javax.servlet for flink bundle jar (#3807)

Co-authored-by: wangkai9 <wangkai9@tuhu.cn>
This commit is contained in:
yiduwangkai
2021-10-18 11:26:21 +08:00
committed by GitHub
parent 2eda3de7f9
commit 5276850415

View File

@@ -152,6 +152,10 @@
</includes>
</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>