diff --git a/pom.xml b/pom.xml index 711a814e9..52a0e3036 100644 --- a/pom.xml +++ b/pom.xml @@ -387,7 +387,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.3 **/*Tests.java @@ -434,9 +433,9 @@ 1.5.4 - org.junit - com.springsource.org.junit - 4.4.0 + junit + junit + 4.4 test @@ -580,6 +579,13 @@ 2.5.0 provided + + + stax + stax + 1.2.0 + true + org.springframework @@ -656,6 +662,7 @@ org.apache.maven.plugins maven-surefire-report-plugin + 2.3 com.interface21.maven diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 9b9d01ec9..3a3a130c2 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -43,8 +43,8 @@ com.springsource.org.easymock - org.junit - com.springsource.org.junit + junit + junit org.aspectj diff --git a/spring-batch-infrastructure-tests/pom.xml b/spring-batch-infrastructure-tests/pom.xml index 5ee98316c..ddc3baa76 100644 --- a/spring-batch-infrastructure-tests/pom.xml +++ b/spring-batch-infrastructure-tests/pom.xml @@ -84,8 +84,8 @@ test - org.junit - com.springsource.org.junit + junit + junit org.easymock @@ -95,6 +95,11 @@ javax.jms com.springsource.javax.jms + + + stax + stax + org.apache.geronimo.specs com.springsource.javax.management.j2ee diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index 4a34ff571..89cf89526 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -54,8 +54,8 @@ - org.junit - com.springsource.org.junit + junit + junit org.easymock @@ -125,6 +125,11 @@ javax.persistence com.springsource.javax.persistence + + + stax + stax + org.springframework.ws diff --git a/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/util/FileUtilsTests.java b/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/util/FileUtilsTests.java index 1cb017622..547e748cb 100644 --- a/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/util/FileUtilsTests.java +++ b/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/util/FileUtilsTests.java @@ -152,6 +152,7 @@ public class FileUtilsTests { @Before public void setUp() throws Exception { + file.delete(); Assert.state(!file.exists()); } diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml index 998f55077..fd37fd1b6 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-integration/pom.xml @@ -57,9 +57,8 @@ - org.junit - com.springsource.org.junit - + junit + junit org.aspectj diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 43dabcd86..358eb08e6 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -34,8 +34,8 @@ com.springsource.org.easymock - org.junit - com.springsource.org.junit + junit + junit org.springmodules