Repository: spark
Updated Branches:
  refs/heads/master 0dacb1adb -> 5328c0aaa


[HOTFIX] downgrade breeze version to 0.7

breeze-0.8.1 causes dependency issues, as discussed in #940 .

Author: Xiangrui Meng <[email protected]>

Closes #1718 from mengxr/revert-breeze and squashes the following commits:

99c4681 [Xiangrui Meng] downgrade breeze version to 0.7


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/5328c0aa
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/5328c0aa
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/5328c0aa

Branch: refs/heads/master
Commit: 5328c0aaa09911c848f9b3e1e1f2397bef932d0f
Parents: 0dacb1a
Author: Xiangrui Meng <[email protected]>
Authored: Fri Aug 1 10:00:46 2014 -0700
Committer: Xiangrui Meng <[email protected]>
Committed: Fri Aug 1 10:00:46 2014 -0700

----------------------------------------------------------------------
 mllib/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/5328c0aa/mllib/pom.xml
----------------------------------------------------------------------
diff --git a/mllib/pom.xml b/mllib/pom.xml
index 9e15ca6..45046ec 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. -->

Reply via email to