From 7d16a974884d7687297906f097695ba13b4febf7 Mon Sep 17 00:00:00 2001 From: trisberg Date: Tue, 27 Jul 2010 10:17:25 -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 94792269b..3a7cb824b 100644 --- a/pom.xml +++ b/pom.xml @@ -72,23 +72,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 + spring-context + ${spring.version} + + + org.springframework + spring-aop + ${spring.version} org.springframework - org.springframework.context + spring-aspects ${spring.version} org.springframework - org.springframework.transaction + spring-tx ${spring.version}