Skip to content
Snippets Groups Projects
Commit c2131c0c authored by Patrick Wendell's avatar Patrick Wendell
Browse files

HOTFIX: Adding Junit to Hive tests for Maven build

parent 7e2f8821
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment