diff --git a/packaging/hudi-kafka-connect-bundle/pom.xml b/packaging/hudi-kafka-connect-bundle/pom.xml
index 7f2afb37e860b..a828132d8b4c9 100644
--- a/packaging/hudi-kafka-connect-bundle/pom.xml
+++ b/packaging/hudi-kafka-connect-bundle/pom.xml
@@ -101,6 +101,7 @@
io.dropwizard.metrics:metrics-core
io.dropwizard.metrics:metrics-graphite
+ io.dropwizard.metrics:metrics-jmx
io.prometheus:simpleclient
io.prometheus:simpleclient_httpserver
io.prometheus:simpleclient_dropwizard
@@ -111,7 +112,7 @@
org.objenesis:objenesis
com.esotericsoftware:kryo-shaded
com.esotericsoftware:minlog
-
+
org.apache.hbase:hbase-client
org.apache.hbase:hbase-common
org.apache.hbase:hbase-protocol
diff --git a/packaging/hudi-utilities-bundle/pom.xml b/packaging/hudi-utilities-bundle/pom.xml
index c99a516fcbac3..568e9d571f42a 100644
--- a/packaging/hudi-utilities-bundle/pom.xml
+++ b/packaging/hudi-utilities-bundle/pom.xml
@@ -127,6 +127,7 @@
org.apache.kafka:kafka-clients
io.dropwizard.metrics:metrics-core
io.dropwizard.metrics:metrics-graphite
+ io.dropwizard.metrics:metrics-jmx
io.prometheus:simpleclient
io.prometheus:simpleclient_httpserver
io.prometheus:simpleclient_dropwizard