aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-03-08 17:47:55 +0000
committerSean Owen <sowen@cloudera.com>2016-03-08 17:47:55 +0000
commit54040f8d350d2aad3078dcffef808c62b7c0b73d (patch)
tree1eacb775f8426130a3152cf9afd30c47fd5f9143 /mllib/pom.xml
parentca1a7b9d6acf8e1f9b6ab6265f9001c2c7ff8489 (diff)
downloadspark-54040f8d350d2aad3078dcffef808c62b7c0b73d.tar.gz
spark-54040f8d350d2aad3078dcffef808c62b7c0b73d.tar.bz2
spark-54040f8d350d2aad3078dcffef808c62b7c0b73d.zip
[SPARK-13715][MLLIB] Remove last usages of jblas in tests
## What changes were proposed in this pull request? Remove last usage of jblas, in tests ## How was this patch tested? Jenkins tests -- the same ones that are being modified. Author: Sean Owen <sowen@cloudera.com> Closes #11560 from srowen/SPARK-13715.
Diffstat (limited to 'mllib/pom.xml')
-rw-r--r--mllib/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 816f3f6830..428176dcbf 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -63,12 +63,6 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.jblas</groupId>
- <artifactId>jblas</artifactId>
- <version>${jblas.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze_${scala.binary.version}</artifactId>
<version>0.11.2</version>