From f0b5ff07a8ebc16036c37967c8366135825fd9bc Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 25 May 2011 18:15:47 +0200 Subject: [PATCH] Updated pom.xml files. * use Maven artifacts over the ones from the EBR * moved common test dependencies to parent pom * updated dependency versions where possible --- core/pom.xml | 26 ++++---------------------- pom.xml | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 22 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index b640001..a6d6a59 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -15,40 +15,22 @@ org.springframework - org.springframework.beans + spring-beans ${spring.version} org.springframework - org.springframework.context + spring-context ${spring.version} org.springframework - org.springframework.test + spring-test ${spring.version} test - - junit - junit - 4.4 - test - - - org.apache.log4j - com.springsource.org.apache.log4j - 1.2.15 - test - - - - org.mockito - mockito-all - 1.8.2 - test - + diff --git a/pom.xml b/pom.xml index 0ba488f..51d6edc 100644 --- a/pom.xml +++ b/pom.xml @@ -37,6 +37,28 @@ +1 + + + + junit + junit + 4.8.2 + test + + + log4j + log4j + 1.2.16 + test + + + org.mockito + mockito-all + 1.8.4 + test + + +