From 24189621b0ec133b5937d16b6a0be0a2234c1179 Mon Sep 17 00:00:00 2001 From: trisberg Date: Tue, 27 Jul 2010 10:18:25 -0400 Subject: [PATCH] fixed spring dependencies --- pom.xml | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 14d157550..895b6758f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.datastore datastore-keyvalue - Spring Datastore Document + Spring Datastore Key Value jar 1.0.0.CI-SNAPSHOT @@ -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 - 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}