aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/pom.xml
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:45:48 -0800
commit0386fc4d6b8ede2d7e4a962b0e3c2569e273e7ec (patch)
tree5ed16ef0d1e888c54de5d82649ae2e0166a76a73 /sql/hive/pom.xml
parentba12b793f1f4f432e71439e2a7ebacce74d9c472 (diff)
downloadspark-0386fc4d6b8ede2d7e4a962b0e3c2569e273e7ec.tar.gz
spark-0386fc4d6b8ede2d7e4a962b0e3c2569e273e7ec.tar.bz2
spark-0386fc4d6b8ede2d7e4a962b0e3c2569e273e7ec.zip
HOTFIX: Adding Junit to Hive tests for Maven build
Diffstat (limited to 'sql/hive/pom.xml')
-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 96e3517472..e6b635c414 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>