diff --git a/apps/pom.xml b/apps/pom.xml
index 4153a6913..b4038a12f 100644
--- a/apps/pom.xml
+++ b/apps/pom.xml
@@ -225,8 +225,8 @@
org.springframework
- spring-mock
- 2.0.7
+ spring-test
+ ${struts2.springPlatformVersion}
test
diff --git a/core/pom.xml b/core/pom.xml
index ce660e736..e8763edf6 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -300,8 +300,8 @@
org.springframework
- spring-mock
- 2.0.8
+ spring-test
+ ${struts2.springPlatformVersion}
test
@@ -408,7 +408,7 @@
org.springframework
spring
- 2.0.8
+ ${struts2.springPlatformVersion}
compile
true
diff --git a/plugins/codebehind/pom.xml b/plugins/codebehind/pom.xml
index c8fde9c22..b739e7bf3 100644
--- a/plugins/codebehind/pom.xml
+++ b/plugins/codebehind/pom.xml
@@ -60,14 +60,14 @@
org.springframework
- spring-mock
- 2.0.8
+ spring-test
+ ${struts2.springPlatformVersion}
test
org.springframework
spring-core
- 2.0.8
+ ${struts2.springPlatformVersion}
test
diff --git a/plugins/dojo/pom.xml b/plugins/dojo/pom.xml
index a2430430e..ee36cd0e1 100644
--- a/plugins/dojo/pom.xml
+++ b/plugins/dojo/pom.xml
@@ -231,15 +231,15 @@
org.springframework
- spring-mock
- 2.0.8
+ spring-test
+ ${struts2.springPlatformVersion}
test
org.springframework
spring-core
- 2.0.8
+ ${struts2.springPlatformVersion}
test
diff --git a/plugins/junit/pom.xml b/plugins/junit/pom.xml
index 9ce30a50b..08d5af6a6 100644
--- a/plugins/junit/pom.xml
+++ b/plugins/junit/pom.xml
@@ -47,13 +47,13 @@
org.springframework
- spring-mock
- 2.0.8
+ spring-test
+ ${struts2.springPlatformVersion}
org.springframework
spring-core
- 2.0.8
+ ${struts2.springPlatformVersion}
diff --git a/plugins/portlet/pom.xml b/plugins/portlet/pom.xml
index 4a55e71e2..dd22559d5 100644
--- a/plugins/portlet/pom.xml
+++ b/plugins/portlet/pom.xml
@@ -133,20 +133,20 @@
org.springframework
- spring-mock
- 2.0.8
+ spring-test
+ ${struts2.springPlatformVersion}
test
org.springframework
- spring-portlet
- 2.0.8
+ spring-webmvc-portlet
+ ${struts2.springPlatformVersion}
test
org.springframework
spring-core
- 2.0.8
+ ${struts2.springPlatformVersion}
test
diff --git a/plugins/rest/pom.xml b/plugins/rest/pom.xml
index dbff905b8..8e4c32851 100644
--- a/plugins/rest/pom.xml
+++ b/plugins/rest/pom.xml
@@ -67,15 +67,15 @@
org.springframework
- spring-mock
- 1.2.8
+ spring-test
+ ${struts2.springPlatformVersion}
true
org.springframework
spring-core
- 1.2.8
+ ${struts2.springPlatformVersion}
true
diff --git a/plugins/sitegraph/pom.xml b/plugins/sitegraph/pom.xml
index fe6a79fa5..d909c9909 100644
--- a/plugins/sitegraph/pom.xml
+++ b/plugins/sitegraph/pom.xml
@@ -153,15 +153,15 @@
org.springframework
spring-core
- 2.0.8
+ ${struts2.springPlatformVersion}
test
org.springframework
- spring-mock
- 2.0.8
+ spring-test
+ ${struts2.springPlatformVersion}
test
diff --git a/plugins/struts1/pom.xml b/plugins/struts1/pom.xml
index 3aa1bd18b..3b8721d59 100644
--- a/plugins/struts1/pom.xml
+++ b/plugins/struts1/pom.xml
@@ -62,15 +62,15 @@
org.springframework
- spring-mock
- 2.0.8
+ spring-test
+ ${struts2.springPlatformVersion}
test
org.springframework
spring-core
- 2.0.8
+ ${struts2.springPlatformVersion}
test
diff --git a/plugins/testng/pom.xml b/plugins/testng/pom.xml
index 52deb0095..460fef465 100644
--- a/plugins/testng/pom.xml
+++ b/plugins/testng/pom.xml
@@ -48,13 +48,13 @@
org.springframework
- spring-mock
- 2.0.8
+ spring-test
+ ${struts2.springPlatformVersion}
org.springframework
spring-core
- 2.0.8
+ ${struts2.springPlatformVersion}
diff --git a/pom.xml b/pom.xml
index 5b7de5bdc..2571921b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
${pom.version}
+ 2.5.6