aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwitgo <witgo@qq.com>2014-08-01 07:47:44 -0700
committerXiangrui Meng <meng@databricks.com>2014-08-01 07:47:44 -0700
commit0dacb1adb5e6118bd218537bee71926344cd9fb0 (patch)
tree2856251ba19734832a882beff2a7f7901404b910
parent82d209d43fb543c174e640667de15b00c7fb5d35 (diff)
downloadspark-0dacb1adb5e6118bd218537bee71926344cd9fb0.tar.gz
spark-0dacb1adb5e6118bd218537bee71926344cd9fb0.tar.bz2
spark-0dacb1adb5e6118bd218537bee71926344cd9fb0.zip
[SPARK-1997] update breeze to version 0.8.1
`breeze 0.8.1` dependent on `scala-logging-slf4j 2.1.1` The relevant code on #1369 Author: witgo <witgo@qq.com> Closes #940 from witgo/breeze-8.0.1 and squashes the following commits: 65cc65e [witgo] update breeze to version 0.8.1
-rw-r--r--mllib/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index cb0fa7b97c..9e15ca6ab8 100644
--- a/mllib/pom.xml
+++ b/mllib/pom.xml
@@ -52,7 +52,7 @@
<dependency>
<groupId>org.scalanlp</groupId>
<artifactId>breeze_${scala.binary.version}</artifactId>
- <version>0.7</version>
+ <version>0.8.1</version>
<exclusions>
<!-- This is included as a compile-scoped dependency by jtransforms, which is
a dependency of breeze. -->
@@ -60,6 +60,10 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-math3</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>