Author: luc
Date: Sun Mar 27 14:58:59 2011
New Revision: 1085952
URL: http://svn.apache.org/viewvc?rev=1085952&view=rev
Log:
upgraded Junit version to 4.8.2.
This brings maven build up to date with respect to ant build, which already
uses 4.8.2.
It will allow implementing a retry policy for the few tests that can randomly
fail, using API introduced in Junit 4.5.
JIRA: MATH-423
Modified:
commons/proper/math/trunk/pom.xml
Modified: commons/proper/math/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1085952&r1=1085951&r2=1085952&view=diff
==============================================================================
--- commons/proper/math/trunk/pom.xml (original)
+++ commons/proper/math/trunk/pom.xml Sun Mar 27 14:58:59 2011
@@ -234,7 +234,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.4</version>
+ <version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>