diff --git a/spring-data-commons-core/pom.xml b/spring-data-commons-core/pom.xml index 5571a3b75..a67fcf050 100644 --- a/spring-data-commons-core/pom.xml +++ b/spring-data-commons-core/pom.xml @@ -54,13 +54,13 @@ org.mockito - mockito-all + mockito-core test junit - junit + junit-dep org.springframework diff --git a/spring-data-commons-parent/pom.xml b/spring-data-commons-parent/pom.xml index 6a80c931b..94e11eb99 100644 --- a/spring-data-commons-parent/pom.xml +++ b/spring-data-commons-parent/pom.xml @@ -15,6 +15,7 @@ 1.2.16 1.8.4 3.0.5.RELEASE + 1.2.1 @@ -133,24 +134,6 @@ log4j log4j ${log4j.version} - - - javax.mail - mail - - - javax.jms - jms - - - com.sun.jdmk - jmxtools - - - com.sun.jmx - jmxri - - runtime @@ -163,14 +146,14 @@ org.mockito - mockito-all + mockito-core ${org.mockito.version} test junit - junit + junit-dep ${junit.version} test @@ -194,8 +177,14 @@ org.hamcrest - hamcrest-all - 1.1 + hamcrest-library + ${org.hamcrest.version} + test + + + org.hamcrest + hamcrest-core + ${org.hamcrest.version} test