aboutsummaryrefslogtreecommitdiff
path: root/mllib/pom.xml
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2014-08-01 10:00:46 -0700
committerXiangrui Meng <meng@databricks.com>2014-08-01 10:00:46 -0700
commit5328c0aaa09911c848f9b3e1e1f2397bef932d0f (patch)
treee67a233914e3b72ef3efb2b34b7e62c1fad26236 /mllib/pom.xml
parent0dacb1adb5e6118bd218537bee71926344cd9fb0 (diff)
downloadspark-5328c0aaa09911c848f9b3e1e1f2397bef932d0f.tar.gz
spark-5328c0aaa09911c848f9b3e1e1f2397bef932d0f.tar.bz2
spark-5328c0aaa09911c848f9b3e1e1f2397bef932d0f.zip
[HOTFIX] downgrade breeze version to 0.7
breeze-0.8.1 causes dependency issues, as discussed in #940 . Author: Xiangrui Meng <meng@databricks.com> Closes #1718 from mengxr/revert-breeze and squashes the following commits: 99c4681 [Xiangrui Meng] downgrade breeze version to 0.7
Diffstat (limited to 'mllib/pom.xml')
-rw-r--r--mllib/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 9e15ca6ab8..45046eca5b 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.8.1</version>
+ <version>0.7</version>
<exclusions>
<!-- This is included as a compile-scoped dependency by jtransforms, which is
a dependency of breeze. -->