Skip to content

Commit 65cc65e

Browse files
committed
update breeze to version 0.8.1
1 parent 1499101 commit 65cc65e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mllib/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,18 @@
5252
<dependency>
5353
<groupId>org.scalanlp</groupId>
5454
<artifactId>breeze_${scala.binary.version}</artifactId>
55-
<version>0.7</version>
55+
<version>0.8.1</version>
5656
<exclusions>
5757
<!-- This is included as a compile-scoped dependency by jtransforms, which is
5858
a dependency of breeze. -->
5959
<exclusion>
6060
<groupId>junit</groupId>
6161
<artifactId>junit</artifactId>
6262
</exclusion>
63+
<exclusion>
64+
<groupId>org.apache.commons</groupId>
65+
<artifactId>commons-math3</artifactId>
66+
</exclusion>
6367
</exclusions>
6468
</dependency>
6569
<dependency>

0 commit comments

Comments
 (0)