diff --git a/plugins/json/pom.xml b/plugins/json/pom.xml
index ccacc2960..c84fdff03 100644
--- a/plugins/json/pom.xml
+++ b/plugins/json/pom.xml
@@ -89,6 +89,12 @@
test
+
+ org.springframework
+ spring-web
+ test
+
+
org.easytesting
fest-assert
diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml
index 77b8119e7..06fa959ed 100644
--- a/plugins/rest/pom.xml
+++ b/plugins/rest/pom.xml
@@ -68,6 +68,12 @@
true
+
+ org.springframework
+ spring-web
+ true
+
+
org.springframework
spring-core