diff --git a/acl/pom.xml b/acl/pom.xml
index 017cad20f1..f0ce51a238 100644
--- a/acl/pom.xml
+++ b/acl/pom.xml
@@ -31,13 +31,17 @@
tests
test
+
+ org.springframework
+ spring-context-support
+
org.springframework
spring-jdbc
org.springframework
- spring-mock
+ spring-test
test
diff --git a/cas/pom.xml b/cas/pom.xml
index 30303bd6e1..dc01a6030c 100644
--- a/cas/pom.xml
+++ b/cas/pom.xml
@@ -22,17 +22,17 @@
tests
test
-
- org.springframework
- spring-dao
-
javax.servlet
servlet-api
-
+
org.springframework
- spring-mock
+ spring-tx
+
+
+ org.springframework
+ spring-test
true
diff --git a/core/pom.xml b/core/pom.xml
index ae9e7198c1..76d3d255d0 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,21 +22,11 @@
org.springframework
spring-aop
-
- org.springframework
- spring-remoting
- true
-
org.springframework
spring-jdbc
true
-
- org.springframework
- spring-support
- runtime
-
org.springframework
spring-web
@@ -44,7 +34,7 @@
org.springframework
- spring-mock
+ spring-test
true
diff --git a/itest/pom.xml b/itest/pom.xml
index 2ed45273f7..3fede2a411 100644
--- a/itest/pom.xml
+++ b/itest/pom.xml
@@ -1,6 +1,10 @@
- 4.0.0
- org.springframework.security
+ 4.0.0
+
+ org.springframework.security
+ spring-security-parent
+ 2.5.0-SNAPSHOT
+
spring-security-itest
Spring Security - Integration Tests
pom
@@ -25,7 +29,6 @@
org.springframework
spring-test
- 2.5.5
commons-logging
@@ -50,10 +53,6 @@
org.springframework
spring-aop
-
- org.springframework
- spring-support
-
commons-logging
commons-logging
diff --git a/openid/pom.xml b/openid/pom.xml
index 671436cd98..118ac7e07a 100644
--- a/openid/pom.xml
+++ b/openid/pom.xml
@@ -36,7 +36,7 @@
org.springframework
- spring-mock
+ spring-test
true
diff --git a/pom.xml b/pom.xml
index ad5101e3bc..6caa3fda3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,7 @@
cas
acl
taglibs
+ itest
Spring Security
@@ -608,12 +609,7 @@
org.springframework
- spring-dao
- ${spring.version}
-
-
- org.springframework
- spring-support
+ spring-tx
${spring.version}
@@ -626,6 +622,11 @@
spring-context
${spring.version}
+
+ org.springframework
+ spring-context-support
+ ${spring.version}
+
org.springframework.ldap
spring-ldap
@@ -711,6 +712,7 @@
2.5.5
[2.5.5, 3.1.0)
1.1.2
+ 6.1.11
${basedir}/src/docbkx
${basedir}/target/site/guide
diff --git a/portlet/pom.xml b/portlet/pom.xml
index 1cce6d6b05..518f85412a 100644
--- a/portlet/pom.xml
+++ b/portlet/pom.xml
@@ -32,18 +32,14 @@
1.0
provided
-
- org.springframework
- spring-dao
-
org.springframework
spring-portlet
- ${spring.version}
+ 2.0.8
org.springframework
- spring-mock
+ spring-test
${spring.version}
test
diff --git a/samples/cas/client/pom.xml b/samples/cas/client/pom.xml
index f691b797ee..966ed9056a 100644
--- a/samples/cas/client/pom.xml
+++ b/samples/cas/client/pom.xml
@@ -61,7 +61,7 @@
org.mortbay.jetty
maven-jetty-plugin
- 6.1.7
+ ${jetty.version}
/cas-sample
diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml
index e03f00cb11..3aaca4cb34 100644
--- a/samples/cas/server/pom.xml
+++ b/samples/cas/server/pom.xml
@@ -14,7 +14,7 @@
org.mortbay.jetty
maven-jetty-plugin
- 6.1.7
+ ${jetty.version}
/cas
${basedir}/cas-server-webapp-3.2.1.war
diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml
index c257930de3..1d8d67dd0e 100644
--- a/samples/contacts/pom.xml
+++ b/samples/contacts/pom.xml
@@ -42,12 +42,7 @@
org.springframework
- spring-remoting
- runtime
-
-
- org.springframework
- spring-mock
+ spring-test
test
@@ -92,7 +87,7 @@
org.mortbay.jetty
maven-jetty-plugin
- 6.1.7
+ ${jetty.version}
/contacts
diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml
index 11ce2c5e80..4c5170e326 100644
--- a/samples/dms/pom.xml
+++ b/samples/dms/pom.xml
@@ -33,7 +33,7 @@
org.springframework
- spring-mock
+ spring-test
${spring.version}
diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml
index 6a391773ea..c48442dc6d 100644
--- a/samples/ldap/pom.xml
+++ b/samples/ldap/pom.xml
@@ -72,7 +72,7 @@
org.mortbay.jetty
maven-jetty-plugin
- 6.1.7
+ ${jetty.version}
/ldap
diff --git a/samples/openid/pom.xml b/samples/openid/pom.xml
index 1d539e0b38..3074d9e610 100644
--- a/samples/openid/pom.xml
+++ b/samples/openid/pom.xml
@@ -52,18 +52,10 @@
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
org.mortbay.jetty
maven-jetty-plugin
- 6.1.7
+ ${jetty.version}
/openid
diff --git a/samples/portlet/pom.xml b/samples/portlet/pom.xml
index 7961b18be4..f210a77a4c 100644
--- a/samples/portlet/pom.xml
+++ b/samples/portlet/pom.xml
@@ -42,7 +42,7 @@
org.springframework
- spring-mock
+ spring-test
${spring.version}
test
diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml
index 91c1be8a20..043b72f1b8 100644
--- a/samples/preauth/pom.xml
+++ b/samples/preauth/pom.xml
@@ -42,18 +42,10 @@
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
org.mortbay.jetty
maven-jetty-plugin
- 6.1.7
+ ${jetty.version}
/preauth
diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml
index f74ee57e65..5c0faaa58f 100644
--- a/samples/tutorial/pom.xml
+++ b/samples/tutorial/pom.xml
@@ -62,18 +62,10 @@
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
org.mortbay.jetty
maven-jetty-plugin
- 6.1.7
+ ${jetty.version}
/tutorial
diff --git a/sandbox/captcha/pom.xml b/sandbox/captcha/pom.xml
index 6cfa57fce6..a1b2622bfd 100644
--- a/sandbox/captcha/pom.xml
+++ b/sandbox/captcha/pom.xml
@@ -3,7 +3,7 @@
spring-security-parent
org.springframework.security
- 2.0.4-SNAPSHOT
+ 2.5.0-SNAPSHOT
4.0.0
org.springframework.security
@@ -29,7 +29,7 @@
org.springframework
- spring-mock
+ spring-test
test
diff --git a/sandbox/heavyduty/pom.xml b/sandbox/heavyduty/pom.xml
index 7e30b559b5..ab18fb3697 100755
--- a/sandbox/heavyduty/pom.xml
+++ b/sandbox/heavyduty/pom.xml
@@ -159,7 +159,7 @@
org.mortbay.jetty
maven-jetty-plugin
- 6.1.7
+ 6.1.11
/heavyduty
@@ -185,7 +185,7 @@
2.5.5
- 2.0.4-SNAPSHOT
+ 2.5.0-SNAPSHOT
diff --git a/sandbox/other/pom.xml b/sandbox/other/pom.xml
index ac44fb0bbf..f5b9077b2f 100644
--- a/sandbox/other/pom.xml
+++ b/sandbox/other/pom.xml
@@ -6,7 +6,7 @@
org.springframework.security
spring-security-sandbox
- 2.0.4-SNAPSHOT
+ 2.5.0-SNAPSHOT
spring-security-sandbox-other
Spring Security - Other Sandbox Code
@@ -25,18 +25,17 @@
org.springframework
- spring-mock
- true
-
-
- org.springframework.ldap
- spring-ldap
- 1.2.1
+ spring-test
true
org.springframework
- spring-dao
+ spring-tx
+
+
+ org.springframework.ldap
+ spring-ldap
+ 1.2.1
true
diff --git a/sandbox/pom.xml b/sandbox/pom.xml
index aaa940bd38..0617e947de 100644
--- a/sandbox/pom.xml
+++ b/sandbox/pom.xml
@@ -4,7 +4,7 @@
org.springframework.security
spring-security-parent
- 2.0.4-SNAPSHOT
+ 2.5.0-SNAPSHOT
spring-security-sandbox
Spring Security - Sandbox
@@ -23,17 +23,5 @@
${pom.version}
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
-
-
+
diff --git a/sandbox/webwork/pom.xml b/sandbox/webwork/pom.xml
index afe31af149..347fb7fec5 100644
--- a/sandbox/webwork/pom.xml
+++ b/sandbox/webwork/pom.xml
@@ -3,7 +3,7 @@
org.springframework.security
spring-security-sandbox
- 2.0.4-SNAPSHOT
+ 2.5.0-SNAPSHOT
spring-security-webwork
Spring Security - Webwork support
diff --git a/taglibs/pom.xml b/taglibs/pom.xml
index c791ff32ab..ca6f6efce2 100644
--- a/taglibs/pom.xml
+++ b/taglibs/pom.xml
@@ -36,7 +36,7 @@
org.springframework
- spring-mock
+ spring-test
test