aboutsummaryrefslogtreecommitdiff
path: root/repl/pom.xml
diff options
context:
space:
mode:
authorMark Hamstra <markhamstra@gmail.com>2013-08-21 13:50:24 -0700
committerMark Hamstra <markhamstra@gmail.com>2013-08-21 13:50:24 -0700
commitff6f1b0500a9a75b61c225f3dc80d4026e98bcd5 (patch)
treed4edb0c28abe832908d8a57e35ad4f12cc222f62 /repl/pom.xml
parent53b1c30607a9b19e795fd5b6107dfefb83820282 (diff)
downloadspark-ff6f1b0500a9a75b61c225f3dc80d4026e98bcd5.tar.gz
spark-ff6f1b0500a9a75b61c225f3dc80d4026e98bcd5.tar.bz2
spark-ff6f1b0500a9a75b61c225f3dc80d4026e98bcd5.zip
Synced sbt and maven builds
Diffstat (limited to 'repl/pom.xml')
-rw-r--r--repl/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index 5bc9a99c5c..f800664cff 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -49,6 +49,12 @@
<scope>runtime</scope>
</dependency>
<dependency>
+ <groupId>org.spark-project</groupId>
+ <artifactId>spark-mllib</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
</dependency>