aboutsummaryrefslogtreecommitdiff
path: root/graphx/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'graphx/pom.xml')
-rw-r--r--graphx/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphx/pom.xml b/graphx/pom.xml
index 202fc19002..987b831021 100644
--- a/graphx/pom.xml
+++ b/graphx/pom.xml
@@ -66,6 +66,10 @@
<artifactId>scalacheck_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-test-tags_${scala.binary.version}</artifactId>
+ </dependency>
</dependencies>
<build>
<outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>