aboutsummaryrefslogtreecommitdiff
path: root/sql/hive
diff options
context:
space:
mode:
authorPatrick Wendell <patrick@databricks.com>2015-02-10 23:39:21 -0800
committerPatrick Wendell <patrick@databricks.com>2015-02-10 23:39:21 -0800
commitc2131c0cdc57a4871ea23cd71e27e066d3c9a42c (patch)
tree7f4bf3100d5fa73d6c58ac6cedca58746a8c5989 /sql/hive
parent7e2f8821e08fddae661fcb484bf462210ad879e6 (diff)
downloadspark-c2131c0cdc57a4871ea23cd71e27e066d3c9a42c.tar.gz
spark-c2131c0cdc57a4871ea23cd71e27e066d3c9a42c.tar.bz2
spark-c2131c0cdc57a4871ea23cd71e27e066d3c9a42c.zip
HOTFIX: Adding Junit to Hive tests for Maven build
Diffstat (limited to 'sql/hive')
-rw-r--r--sql/hive/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml
index 58b0722464..72c474d660 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>