Repository: spark Updated Branches: refs/heads/master 7e2f8821e -> c2131c0cd
HOTFIX: Adding Junit to Hive tests for Maven build Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/c2131c0c Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/c2131c0c Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/c2131c0c Branch: refs/heads/master Commit: c2131c0cdc57a4871ea23cd71e27e066d3c9a42c Parents: 7e2f882 Author: Patrick Wendell <patr...@databricks.com> Authored: Tue Feb 10 23:39:21 2015 -0800 Committer: Patrick Wendell <patr...@databricks.com> Committed: Tue Feb 10 23:39:21 2015 -0800 ---------------------------------------------------------------------- sql/hive/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/c2131c0c/sql/hive/pom.xml ---------------------------------------------------------------------- diff --git a/sql/hive/pom.xml b/sql/hive/pom.xml index 58b0722..72c474d 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> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org