diff --git a/tools/pom.xml b/tools/pom.xml
index 1125aba4f17ba301d06a8617f11d1e7a52b929ad..878eb82f182575871d2ebf583c54a49486d1dbfa 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>