From 33bfaaa5c3217ff85e206e2e2ec52b9d25fcbe57 Mon Sep 17 00:00:00 2001 From: trisberg Date: Tue, 27 Jul 2010 10:17:56 -0400 Subject: [PATCH] fixed spring dependencies --- pom.xml | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 064d5ea43..be2cb3dbb 100644 --- a/pom.xml +++ b/pom.xml @@ -77,23 +77,45 @@ org.springframework - org.springframework.core + spring-core ${spring.version} + + + commons-logging + commons-logging + + org.springframework - org.springframework.test + spring-test ${spring.version} test + + + commons-logging + commons-logging + + org.springframework - org.springframework.context + spring-context ${spring.version} org.springframework - org.springframework.transaction + spring-aop + ${spring.version} + + + org.springframework + spring-aspects + ${spring.version} + + + org.springframework + spring-tx ${spring.version}