Fix JUnit version in spring-parent pom

Issue: SPR-8852
This commit is contained in:
Chris Beams 2011-11-16 18:23:58 +00:00
parent 70c28a0bc5
commit 3528637d62
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.9.0</version> <version>4.9</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>