LUCENE-3762: Maven configuration: upgrade JUnit dependency version from 4.7 to 4.10

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1244266 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2012-02-14 23:15:47 +00:00
parent d66d97790b
commit d777ddbbae
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>
<version>4.10</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>