Repository: spark Updated Branches: refs/heads/master 82d209d43 -> 0dacb1adb
[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 <[email protected]> Closes #940 from witgo/breeze-8.0.1 and squashes the following commits: 65cc65e [witgo] update breeze to version 0.8.1 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/0dacb1ad Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/0dacb1ad Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/0dacb1ad Branch: refs/heads/master Commit: 0dacb1adb5e6118bd218537bee71926344cd9fb0 Parents: 82d209d Author: witgo <[email protected]> Authored: Fri Aug 1 07:47:44 2014 -0700 Committer: Xiangrui Meng <[email protected]> Committed: Fri Aug 1 07:47:44 2014 -0700 ---------------------------------------------------------------------- mllib/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/0dacb1ad/mllib/pom.xml ---------------------------------------------------------------------- diff --git a/mllib/pom.xml b/mllib/pom.xml index cb0fa7b..9e15ca6 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>
