diff --git a/archetypes/simple-cli/pom.xml b/archetypes/simple-cli/pom.xml index d8d056cec..166f6d2d7 100644 --- a/archetypes/simple-cli/pom.xml +++ b/archetypes/simple-cli/pom.xml @@ -56,9 +56,9 @@ - junit - junit - 4.4 + org.junit + com.springsource.org.junit + 4.4.0 test diff --git a/dictionary.txt b/dictionary.txt index 0cfb115fb..99434db95 100644 --- a/dictionary.txt +++ b/dictionary.txt @@ -83,4 +83,5 @@ fallback idempotent reconstitute async +stash submitter diff --git a/pom.xml b/pom.xml index f6ec702c6..2b4585d98 100644 --- a/pom.xml +++ b/pom.xml @@ -396,6 +396,7 @@ **/Abstract*.java + org.junit:com.springsource.org.junit @@ -432,13 +433,9 @@ 1.5.4 - - junit - junit - 4.4 + org.junit + com.springsource.org.junit + 4.4.0 test diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 8a81e28be..8c0f9f330 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -48,8 +48,8 @@ com.springsource.org.easymock - junit - junit + org.junit + com.springsource.org.junit org.aspectj diff --git a/spring-batch-infrastructure-tests/pom.xml b/spring-batch-infrastructure-tests/pom.xml index 036dc9ebb..cbb27915e 100644 --- a/spring-batch-infrastructure-tests/pom.xml +++ b/spring-batch-infrastructure-tests/pom.xml @@ -89,8 +89,8 @@ test - junit - junit + org.junit + com.springsource.org.junit org.easymock diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index 4c47be80b..1d7280ebc 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -54,8 +54,8 @@ - junit - junit + org.junit + com.springsource.org.junit org.easymock diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml index e9679d12a..4167e5be8 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-integration/pom.xml @@ -66,8 +66,8 @@ true - junit - junit + org.junit + com.springsource.org.junit org.apache.log4j diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index b89827dba..4c0bf9a28 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -39,8 +39,8 @@ com.springsource.org.easymock - junit - junit + org.junit + com.springsource.org.junit org.springmodules diff --git a/spring-batch-test/pom.xml b/spring-batch-test/pom.xml index 77d156bac..6d113e84f 100755 --- a/spring-batch-test/pom.xml +++ b/spring-batch-test/pom.xml @@ -21,8 +21,8 @@ ${project.version} - junit - junit + org.junit + com.springsource.org.junit compile