diff --git a/pom.xml b/pom.xml
index cd526253e..f505dd356 100644
--- a/pom.xml
+++ b/pom.xml
@@ -412,6 +412,11 @@
spring-tx
${spring.framework.version}
+
+ org.springframework
+ spring-web
+ ${spring.framework.version}
+
diff --git a/samples/pom.xml b/samples/pom.xml
index 45825c630..79c4117f9 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -41,6 +41,10 @@
commons-validator
commons-validator
+
+ org.springframework
+ spring
+
@@ -157,13 +161,17 @@
org.springframework
spring-core
- test
org.springframework
spring-test
test
+
+ org.springframework
+ spring-web
+ test
+