aboutsummaryrefslogtreecommitdiff
path: root/mllib-local/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mllib-local/pom.xml')
-rw-r--r--mllib-local/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/mllib-local/pom.xml b/mllib-local/pom.xml
index 68f15dd905..1c6ab2b62d 100644
--- a/mllib-local/pom.xml
+++ b/mllib-local/pom.xml
@@ -53,6 +53,10 @@
<artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.spark</groupId>
+ <artifactId>spark-tags_${scala.binary.version}</artifactId>
+ </dependency>
</dependencies>
<profiles>
<profile>