diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index 58b0722464be88df9c567451460d1866b370d973..72c474d66055c07eb15269dfcb8b3dc05aabebee 100644
--- a/sql/hive/pom.xml
+++ b/sql/hive/pom.xml
@@ -84,6 +84,11 @@
       <artifactId>scalacheck_${scala.binary.version}</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <profiles>
     <profile>