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

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1085952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2011-03-27 14:58:59 +00:00
parent 3baecf4a66
commit 1df2b780a2
1 changed files with 1 additions and 1 deletions

View File

@ -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>