diff --git a/kyuubi-hive-jdbc/pom.xml b/kyuubi-hive-jdbc/pom.xml
index ec057e2cf..27712a0d4 100644
--- a/kyuubi-hive-jdbc/pom.xml
+++ b/kyuubi-hive-jdbc/pom.xml
@@ -34,6 +34,11 @@
jar
+
+ org.scala-lang
+ scala-library
+ provided
+
org.apache.hive
@@ -70,6 +75,7 @@
kyuubi-common_${scala.binary.version}
${project.version}
test-jar
+ test
@@ -78,11 +84,13 @@
${project.version}
test
+
org.apache.kyuubi
kyuubi-spark-sql-engine_${scala.binary.version}
${project.version}
test-jar
+ test
@@ -91,6 +99,12 @@
test
+
+ org.apache.iceberg
+ ${iceberg.name}
+ test
+
+