We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1499101 commit 65cc65eCopy full SHA for 65cc65e
mllib/pom.xml
@@ -52,14 +52,18 @@
52
<dependency>
53
<groupId>org.scalanlp</groupId>
54
<artifactId>breeze_${scala.binary.version}</artifactId>
55
- <version>0.7</version>
+ <version>0.8.1</version>
56
<exclusions>
57
<!-- This is included as a compile-scoped dependency by jtransforms, which is
58
a dependency of breeze. -->
59
<exclusion>
60
<groupId>junit</groupId>
61
<artifactId>junit</artifactId>
62
</exclusion>
63
+ <exclusion>
64
+ <groupId>org.apache.commons</groupId>
65
+ <artifactId>commons-math3</artifactId>
66
+ </exclusion>
67
</exclusions>
68
</dependency>
69
0 commit comments