Updated Spring version in core projects

Updated Spring Batch version in ldif-batch
This update required updating JUnit version as well
Minor modifications to reporting.
This commit is contained in:
Mattias Arthursson
2010-11-24 13:07:16 +00:00
parent cb821fd0b3
commit c64e80c9e4
9 changed files with 33 additions and 50 deletions

View File

@@ -104,8 +104,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>

View File

@@ -75,8 +75,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
@@ -84,4 +82,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

View File

@@ -83,8 +83,6 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>