diff --git a/org.springframework.aspects/pom.xml b/org.springframework.aspects/pom.xml
index 48d91b9828c..278377c12ce 100644
--- a/org.springframework.aspects/pom.xml
+++ b/org.springframework.aspects/pom.xml
@@ -32,22 +32,22 @@
true
- org.springframework
- spring-context
- ${project.version}
- compile
+ org.springframework
+ spring-context
+ ${project.version}
+ compile
- org.springframework
- spring-context-support
- ${project.version}
- true
+ org.springframework
+ spring-context-support
+ ${project.version}
+ compile
- org.springframework
- spring-test
- ${project.version}
- compile
+ org.springframework
+ spring-test
+ ${project.version}
+ compile
junit
diff --git a/org.springframework.web.servlet/ivy.xml b/org.springframework.web.servlet/ivy.xml
index 2d37efd4a8e..79b8525c0c7 100644
--- a/org.springframework.web.servlet/ivy.xml
+++ b/org.springframework.web.servlet/ivy.xml
@@ -69,7 +69,7 @@
+ conf="compile->compile"/>
-
+
@@ -97,7 +97,7 @@
+ conf="test->compile"/>
diff --git a/org.springframework.web.servlet/pom.xml b/org.springframework.web.servlet/pom.xml
index cd7e71cb3d7..23d5de945fd 100644
--- a/org.springframework.web.servlet/pom.xml
+++ b/org.springframework.web.servlet/pom.xml
@@ -128,11 +128,6 @@
1.1.2
true
-
velocity
velocity
@@ -173,7 +168,7 @@
org.springframework
spring-context-support
${project.version}
- true
+ compile
org.springframework
@@ -186,7 +181,7 @@
spring-expression
${project.version}
compile
-
+
org.springframework
spring-oxm