diff --git a/spring-data-commons-core/pom.xml b/spring-data-commons-core/pom.xml index d3741cb08..a2a1a2d18 100644 --- a/spring-data-commons-core/pom.xml +++ b/spring-data-commons-core/pom.xml @@ -59,11 +59,6 @@ test - - junit - junit-dep - 4.10 - org.springframework spring-test diff --git a/spring-data-commons-parent/pom.xml b/spring-data-commons-parent/pom.xml index 556b9f594..754812afc 100644 --- a/spring-data-commons-parent/pom.xml +++ b/spring-data-commons-parent/pom.xml @@ -11,7 +11,7 @@ UTF-8 - 4.8.1 + 4.10 1.2.16 1.8.5 3.0.7.RELEASE @@ -100,18 +100,25 @@ org.hamcrest - hamcrest-core + hamcrest-library ${org.hamcrest.version} test org.hamcrest - hamcrest-library + hamcrest-core ${org.hamcrest.version} test + + junit + junit-dep + ${junit.version} + test + +