diff --git a/adapters/cas/pom.xml b/adapters/cas/pom.xml
index 0a8e0c5853..6aed474f0d 100644
--- a/adapters/cas/pom.xml
+++ b/adapters/cas/pom.xml
@@ -22,5 +22,10 @@
org.springframework
spring-web
+
+ org.springframework
+ spring-jdbc
+ test
+
diff --git a/adapters/catalina/pom.xml b/adapters/catalina/pom.xml
index 5c7d347a2c..900b38aff2 100644
--- a/adapters/catalina/pom.xml
+++ b/adapters/catalina/pom.xml
@@ -13,5 +13,10 @@
catalina
4.1.9
+
+ org.springframework
+ spring-jdbc
+ test
+
diff --git a/adapters/jboss/pom.xml b/adapters/jboss/pom.xml
index dadc713836..4263a8d261 100644
--- a/adapters/jboss/pom.xml
+++ b/adapters/jboss/pom.xml
@@ -19,5 +19,10 @@
2.3
provided
+
+ org.springframework
+ spring-jdbc
+ test
+
diff --git a/adapters/jetty/pom.xml b/adapters/jetty/pom.xml
index 0538959e7c..b9d776158e 100644
--- a/adapters/jetty/pom.xml
+++ b/adapters/jetty/pom.xml
@@ -13,5 +13,10 @@
org.mortbay.jetty
4.2.22
+
+ org.springframework
+ spring-jdbc
+ test
+
diff --git a/adapters/resin/pom.xml b/adapters/resin/pom.xml
index 7e70d15cd0..01be0336d0 100644
--- a/adapters/resin/pom.xml
+++ b/adapters/resin/pom.xml
@@ -19,5 +19,10 @@
2.3
provided
+
+ org.springframework
+ spring-jdbc
+ test
+
diff --git a/core/pom.xml b/core/pom.xml
index a97b0a4ba5..9ecd4ef0bf 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,15 +20,21 @@
org.springframework
spring-core
+
+ org.springframework
+ spring-context
+
org.springframework
spring-remoting
-
+ true
+
org.springframework
spring-jdbc
-
-
+ true
+
+
org.springframework
spring-support
runtime
@@ -61,15 +67,10 @@
2.0.11
true
-
- commons-lang
- commons-lang
- 2.1
-
commons-logging
commons-logging
- 1.0.4
+ 1.1
commons-codec
@@ -138,7 +139,7 @@
log4j
log4j
- 1.2.14
+ 1.2.12
diff --git a/pom.xml b/pom.xml
index d785ece8f9..7bb54ab484 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
adapters
portlet
samples
- ntlm
+ ntlm
Acegi Security System for Spring
@@ -560,6 +560,16 @@
${spring.version}
+ org.springframework
+ spring-aop
+ ${spring.version}
+
+
+ org.springframework
+ spring-context
+ ${spring.version}
+
+
log4j
log4j
1.2.9
diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml
index 790b1c8dd1..58bae326fb 100644
--- a/samples/contacts/pom.xml
+++ b/samples/contacts/pom.xml
@@ -24,6 +24,21 @@
${spring.version}
compile
+
+ org.springframework
+ spring-jdbc
+ compile
+
+
+ org.springframework
+ spring-aop
+ runtime
+
+
+ org.springframework
+ spring-remoting
+ runtime
+
javax.servlet
servlet-api
@@ -60,12 +75,6 @@
1.0.6
runtime
-
- org.springframework
- spring-ldap
- 1.1.2
- runtime
-
org.springframework
spring-mock
diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml
index b1cdb04c00..c0778a63ad 100644
--- a/samples/tutorial/pom.xml
+++ b/samples/tutorial/pom.xml
@@ -20,6 +20,11 @@
org.springframework
spring-web
+
+ org.springframework
+ spring-jdbc
+ runtime
+
javax.servlet
jstl