From 1e4b657be28dca0866174b31a8260f8ad8a836e7 Mon Sep 17 00:00:00 2001
From: Luc Maisonobe <luc@orekit.org>
Date: Wed, 2 Apr 2014 10:25:40 +0200
Subject: [PATCH] We really depend on development version of Apache Commons
 Math.

---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0e3c3fbd..b08ed76e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
-- 
GitLab