aboutsummaryrefslogtreecommitdiff
path: root/tools/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pom.xml')
-rw-r--r--tools/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/pom.xml b/tools/pom.xml
index 1125aba4f1..878eb82f18 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -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>