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 f493f79 commit c22e8c2Copy full SHA for c22e8c2
core/pom.xml
@@ -85,7 +85,6 @@
85
<dependency>
86
<groupId>org.apache.commons</groupId>
87
<artifactId>commons-math3</artifactId>
88
- <version>3.3</version>
89
<scope>test</scope>
90
</dependency>
91
mllib/pom.xml
@@ -71,6 +71,11 @@
71
</exclusion>
72
</exclusions>
73
74
+ <dependency>
75
+ <groupId>org.apache.commons</groupId>
76
+ <artifactId>commons-math3</artifactId>
77
+ <scope>test</scope>
78
+ </dependency>
79
80
<groupId>org.scalatest</groupId>
81
<artifactId>scalatest_${scala.binary.version}</artifactId>
0 commit comments