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}