Skip to content
Snippets Groups Projects
Commit 1e4b657b authored by Luc Maisonobe's avatar Luc Maisonobe
Browse files

We really depend on development version of Apache Commons Math.

parent c512330e
No related branches found
No related tags found
No related merge requests found
......@@ -47,14 +47,14 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
<version>3.2</version>
<version>3.3-SNAPSHOT</version>
<type>jar</type>
<optional>false</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<version>4.11</version>
<type>jar</type>
<scope>test</scope>
<optional>false</optional>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment