Skip to content
Snippets Groups Projects
Commit f3d72ff2 authored by Reynold Xin's avatar Reynold Xin
Browse files

Merge pull request #739 from markhamstra/toolsPom

Missing tools/pom.xml scalatest dependency
parents cb366774 3fc64089
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,14 @@
<name>Spark Project Tools</name>
<url>http://spark-project.org/</url>
<dependencies>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.version}</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<outputDirectory>target/scala-${scala.version}/classes</outputDirectory>
<testOutputDirectory>target/scala-${scala.version}/test-classes</testOutputDirectory>
......
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