From 31926a6299b1ea85da3ced7fd7714e2a1480613a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 29 May 2012 08:56:16 +0200 Subject: [PATCH] DATACMNS-178 - Fixed dependency scope for JUnit. Reduced scope of junit-dep dependency from compile to test. --- spring-data-commons-core/pom.xml | 5 ----- spring-data-commons-parent/pom.xml | 13 ++++++++++--- 2 files changed, 10 insertions(+), 8 deletions(-) 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 + +