DATACMNS-173 - Upgraded Maven Compiler and Surefire plugins.

Upgraded Surefire plugin to 2.12. Upgraded JUnit dependency to 4.10. Upgraded compiler plugin to 2.4.
This commit is contained in:
Oliver Gierke
2012-05-21 14:06:50 +02:00
parent a7688b684c
commit 169bdfefaa
2 changed files with 6 additions and 4 deletions

View File

@@ -62,7 +62,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.8.2</version>
<version>4.10</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>