[HUDI-2557] Shade javax.servlet for flink bundle jar (#3807)
Co-authored-by: wangkai9 <wangkai9@tuhu.cn>
This commit is contained in:
@@ -152,6 +152,10 @@
|
|||||||
</includes>
|
</includes>
|
||||||
</artifactSet>
|
</artifactSet>
|
||||||
<relocations>
|
<relocations>
|
||||||
|
<relocation>
|
||||||
|
<pattern>javax.servlet.</pattern>
|
||||||
|
<shadedPattern>${flink.bundle.shade.prefix}javax.servlet.</shadedPattern>
|
||||||
|
</relocation>
|
||||||
<relocation>
|
<relocation>
|
||||||
<pattern>org.apache.avro.</pattern>
|
<pattern>org.apache.avro.</pattern>
|
||||||
<shadedPattern>${flink.bundle.shade.prefix}org.apache.avro.</shadedPattern>
|
<shadedPattern>${flink.bundle.shade.prefix}org.apache.avro.</shadedPattern>
|
||||||
|
|||||||
Reference in New Issue
Block a user