From 96d0ca2d17bbfea6ea06313fe97eb88c2dbd02af Mon Sep 17 00:00:00 2001
From: zhangwl9 <1298877813@qq.com>
Date: Wed, 18 Sep 2024 14:44:18 +0800
Subject: [PATCH] [MINOR] Remove shaded of codahale metrics in flink bundle.
after the change, we can register write metrics to flink correctly.
---
packaging/hudi-flink-bundle/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/packaging/hudi-flink-bundle/pom.xml b/packaging/hudi-flink-bundle/pom.xml
index 62e68daa9cd35..09ec89c01bda9 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -193,10 +193,6 @@
com.beust.jcommander.
${flink.bundle.shade.prefix}com.beust.jcommander.
-
- com.codahale.metrics.
- ${flink.bundle.shade.prefix}com.codahale.metrics.
-
org.apache.commons.codec.
${flink.bundle.shade.prefix}org.apache.commons.codec.