Skip to content

Commit

Permalink
Added missing scalatest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
markhamstra committed Jul 26, 2013
1 parent f3cf094 commit 3fc6408
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3fc6408

Please sign in to comment.