We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c223a3f commit 62f1100Copy full SHA for 62f1100
packaging/hudi-flink-bundle/pom.xml
@@ -193,10 +193,6 @@
193
<pattern>com.beust.jcommander.</pattern>
194
<shadedPattern>${flink.bundle.shade.prefix}com.beust.jcommander.</shadedPattern>
195
</relocation>
196
- <relocation>
197
- <pattern>com.codahale.metrics.</pattern>
198
- <shadedPattern>${flink.bundle.shade.prefix}com.codahale.metrics.</shadedPattern>
199
- </relocation>
200
<relocation>
201
<pattern>org.apache.commons.codec.</pattern>
202
<shadedPattern>${flink.bundle.shade.prefix}org.apache.commons.codec.</shadedPattern>
0 commit comments