aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2016-04-09 14:03:03 -0700
committerXiangrui Meng <meng@databricks.com>2016-04-09 14:03:03 -0700
commit415446cc9b2652f6da11ee8ead5eb4e66685c45f (patch)
treeee76f91f1080abc993307315a09697060e0fb948 /mllib/pom.xml
parentcd2fed70129ba601f8c849a93eeb44a5d69c2402 (diff)
downloadspark-415446cc9b2652f6da11ee8ead5eb4e66685c45f.tar.gz
spark-415446cc9b2652f6da11ee8ead5eb4e66685c45f.tar.bz2
spark-415446cc9b2652f6da11ee8ead5eb4e66685c45f.zip
Revert "[SPARK-14462][ML][MLLIB] add the mllib-local build to maven pom"
This reverts commit 1598d11bb0248384872cf88bc2b16f3b238046ad.
Diffstat (limited to 'mllib/pom.xml')
-rw-r--r--mllib/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index e56eafc300..428176dcbf 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -63,18 +63,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.spark</groupId>
- <artifactId>spark-mllib-local_${scala.binary.version}</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.spark</groupId>
- <artifactId>spark-mllib-local_${scala.binary.version}</artifactId>
- <version>${project.version}</version>
- <type>test-jar</type>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze_${scala.binary.version}</artifactId>
<version>0.11.2</version>