From ec8b48150d0b5f27a3e480e8619ae3b3821e448a Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 7 Feb 2014 17:00:42 -0600 Subject: [PATCH] SEC-2474: Update poms --- acl/pom.xml | 22 +++++----- aspects/pom.xml | 14 +++---- cas/pom.xml | 16 +++---- config/pom.xml | 76 ++++++++++++++++++++++++---------- core/pom.xml | 30 +++++++------- crypto/pom.xml | 6 +-- itest/context/pom.xml | 22 +++++----- itest/web/pom.xml | 24 +++++------ ldap/pom.xml | 14 +++---- openid/pom.xml | 18 ++++---- remoting/pom.xml | 14 +++---- samples/aspectj-xml/pom.xml | 12 +++--- samples/cas/sample-xml/pom.xml | 14 +++---- samples/cas/server/pom.xml | 6 +-- samples/concurrency-jc/pom.xml | 18 ++++---- samples/contacts-xml/pom.xml | 44 ++++++++++---------- samples/dms-xml/pom.xml | 26 ++++++------ samples/form-jc/pom.xml | 18 ++++---- samples/gae-xml/pom.xml | 24 +++++------ samples/hellojs-jc/pom.xml | 18 ++++---- samples/hellomvc-jc/pom.xml | 18 ++++---- samples/helloworld-jc/pom.xml | 10 ++--- samples/inmemory-jc/pom.xml | 18 ++++---- samples/insecure/pom.xml | 6 +-- samples/insecuremvc/pom.xml | 12 +++--- samples/jaas-xml/pom.xml | 22 +++++----- samples/jdbc-jc/pom.xml | 18 ++++---- samples/ldap-jc/pom.xml | 20 ++++----- samples/ldap-xml/pom.xml | 12 +++--- samples/messages-jc/pom.xml | 38 ++++++++--------- samples/openid-jc/pom.xml | 20 ++++----- samples/openid-xml/pom.xml | 14 +++---- samples/preauth-jc/pom.xml | 18 ++++---- samples/preauth-xml/pom.xml | 10 ++--- samples/rememberme-jc/pom.xml | 18 ++++---- samples/servletapi-xml/pom.xml | 24 +++++------ samples/tutorial-xml/pom.xml | 20 ++++----- samples/x509-jc/pom.xml | 18 ++++---- taglibs/pom.xml | 22 +++++----- web/pom.xml | 34 +++++++-------- 40 files changed, 419 insertions(+), 389 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index a3290051cf..9bf30ae515 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-acl - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-acl spring-security-acl http://spring.io/spring-security @@ -58,25 +58,25 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -88,13 +88,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-tx - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -132,7 +132,7 @@ org.hsqldb hsqldb - 1.8.0.10 + 2.3.1 test @@ -150,19 +150,19 @@ org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE test org.springframework spring-context-support - 3.2.6.RELEASE + 3.2.7.RELEASE test org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/aspects/pom.xml b/aspects/pom.xml index e8c30e86ac..d54963ac99 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-aspects - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-aspects spring-security-aspects http://spring.io/spring-security @@ -52,25 +52,25 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -132,13 +132,13 @@ org.springframework spring-aop - 3.2.6.RELEASE + 3.2.7.RELEASE test org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/cas/pom.xml b/cas/pom.xml index 9ceaa11001..7afaeaf9f8 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-cas - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-cas spring-security-cas http://spring.io/spring-security @@ -58,31 +58,31 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -94,7 +94,7 @@ org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -150,7 +150,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/config/pom.xml b/config/pom.xml index a06c1f12e1..082fbd683a 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-config spring-security-config http://spring.io/spring-security @@ -58,31 +58,31 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -108,49 +108,49 @@ org.springframework.security spring-security-ldap - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile true org.springframework.security spring-security-openid - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile true org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile true org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile true org.springframework spring-tx - 3.2.6.RELEASE + 3.2.7.RELEASE compile true org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile true org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile true @@ -172,12 +172,6 @@ 0.9.29 test - - hsqldb - hsqldb - 1.8.0.10 - test - javax.annotation jsr250-api @@ -244,6 +238,12 @@ 1.4 test + + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + 1.0.0.Final + test + org.hibernate.javax.persistence hibernate-jpa-2.0-api @@ -256,6 +256,24 @@ 4.1.0.Final test + + org.hibernate + hibernate-entitymanager + 3.6.10.Final + test + + + org.hsqldb + hsqldb + 2.2.8 + test + + + org.hsqldb + hsqldb + 2.3.1 + test + org.mockito mockito-core @@ -322,6 +340,18 @@ 0.7-groovy-2.0 test + + org.spockframework + spock-spring + 0.7-groovy-2.0 + test + + + org.springframework.data + spring-data-jpa + 1.2.0.RELEASE + test + org.springframework.ldap spring-ldap-core @@ -331,25 +361,25 @@ org.springframework.security spring-security-cas - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT test org.springframework spring-expression - 3.2.6.RELEASE + 3.2.7.RELEASE test org.springframework spring-orm - 3.2.6.RELEASE + 3.2.7.RELEASE test org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/core/pom.xml b/core/pom.xml index de7c7a6f55..52f6cfd8de 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-core spring-security-core http://spring.io/spring-security @@ -58,25 +58,25 @@ org.springframework spring-aop - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -88,7 +88,7 @@ org.springframework spring-expression - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -122,14 +122,14 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile true org.springframework spring-tx - 3.2.6.RELEASE + 3.2.7.RELEASE compile true @@ -151,12 +151,6 @@ 3.2 test - - hsqldb - hsqldb - 1.8.0.10 - test - junit junit @@ -169,6 +163,12 @@ 1.4 test + + org.hsqldb + hsqldb + 2.3.1 + test + org.mockito mockito-core @@ -220,7 +220,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/crypto/pom.xml b/crypto/pom.xml index e6a6895bd4..953728cb1f 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-crypto - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-crypto spring-security-crypto http://spring.io/spring-security @@ -52,7 +52,7 @@ org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -101,7 +101,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 35fb3bbe9f..6b0d3376b8 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security itest-context - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT itest-context itest-context http://spring.io/spring-security @@ -64,31 +64,31 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -100,7 +100,7 @@ org.springframework spring-tx - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -155,25 +155,25 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT test org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT test org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 534700708f..84d49b08dd 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security itest-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT itest-web itest-web http://spring.io/spring-security @@ -52,13 +52,13 @@ org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -70,7 +70,7 @@ org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -149,49 +149,49 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT test org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT test org.springframework.security spring-security-ldap - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT test org.springframework.security spring-security-taglibs - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT test org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT test org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE test org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/ldap/pom.xml b/ldap/pom.xml index 127b0de9a1..18c56c8e61 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-ldap - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-ldap spring-security-ldap http://spring.io/spring-security @@ -76,25 +76,25 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -106,7 +106,7 @@ org.springframework spring-tx - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/openid/pom.xml b/openid/pom.xml index 6ca4b403ca..8ab01ec6d8 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-openid - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-openid spring-security-openid http://spring.io/spring-security @@ -70,37 +70,37 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -112,7 +112,7 @@ org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -167,7 +167,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/remoting/pom.xml b/remoting/pom.xml index 2b9a801635..63c0808643 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-remoting - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-remoting spring-security-remoting http://spring.io/spring-security @@ -58,25 +58,25 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -88,7 +88,7 @@ org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -131,7 +131,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/aspectj-xml/pom.xml b/samples/aspectj-xml/pom.xml index 7330c76d2c..5f59ad16fc 100644 --- a/samples/aspectj-xml/pom.xml +++ b/samples/aspectj-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-aspectj-xml - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-samples-aspectj-xml spring-security-samples-aspectj-xml http://spring.io/spring-security @@ -52,13 +52,13 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -84,13 +84,13 @@ org.springframework.security spring-security-aspects - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime @@ -126,7 +126,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml index 41ba2d2727..59644dd323 100644 --- a/samples/cas/sample-xml/pom.xml +++ b/samples/cas/sample-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-cassample-xml - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-cassample-xml spring-security-samples-cassample-xml @@ -66,19 +66,19 @@ org.springframework.security spring-security-cas - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -121,13 +121,13 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime @@ -193,7 +193,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index 8f47986f67..2891812f84 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-casserver - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-casserver spring-security-samples-casserver @@ -60,7 +60,7 @@ org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -109,7 +109,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/concurrency-jc/pom.xml b/samples/concurrency-jc/pom.xml index d9dae4beee..0ae2e54247 100644 --- a/samples/concurrency-jc/pom.xml +++ b/samples/concurrency-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-concurrency-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-concurrency-jc spring-security-samples-concurrency-jc @@ -102,31 +102,31 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/contacts-xml/pom.xml b/samples/contacts-xml/pom.xml index f9e63a26b6..182c30e5a5 100644 --- a/samples/contacts-xml/pom.xml +++ b/samples/contacts-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-contacts-xml - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-contacts-xml spring-security-samples-contacts-xml @@ -60,37 +60,37 @@ org.springframework.security spring-security-acl - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -102,25 +102,25 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-tx - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -142,12 +142,6 @@ 0.9.29 runtime - - hsqldb - hsqldb - 1.8.0.10 - runtime - javax.servlet jstl @@ -160,6 +154,12 @@ 1.6.2 runtime + + org.hsqldb + hsqldb + 2.3.1 + runtime + org.slf4j jcl-over-slf4j @@ -169,25 +169,25 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework spring-context-support - 3.2.6.RELEASE + 3.2.7.RELEASE runtime @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/dms-xml/pom.xml b/samples/dms-xml/pom.xml index 3b8156d3b9..05e8dba7b0 100644 --- a/samples/dms-xml/pom.xml +++ b/samples/dms-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-dms-xml - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-samples-dms-xml spring-security-samples-dms-xml http://spring.io/spring-security @@ -52,25 +52,25 @@ org.springframework.security spring-security-acl - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -82,13 +82,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-tx - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -106,21 +106,21 @@ true - hsqldb + org.hsqldb hsqldb - 1.8.0.10 + 2.3.1 runtime org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework spring-context-support - 3.2.6.RELEASE + 3.2.7.RELEASE runtime @@ -156,13 +156,13 @@ org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE test org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/form-jc/pom.xml b/samples/form-jc/pom.xml index c201315639..91ea8ad665 100644 --- a/samples/form-jc/pom.xml +++ b/samples/form-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-form-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-form-jc spring-security-samples-form-jc @@ -102,31 +102,31 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/gae-xml/pom.xml b/samples/gae-xml/pom.xml index 6b549dc6e5..e6411b840e 100644 --- a/samples/gae-xml/pom.xml +++ b/samples/gae-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-gae-xml - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-gae-xml spring-security-samples-gae-xml @@ -84,37 +84,37 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context-support - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -126,13 +126,13 @@ org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -163,13 +163,13 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime @@ -217,7 +217,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/hellojs-jc/pom.xml b/samples/hellojs-jc/pom.xml index ea6b1f2289..fd91e314ea 100644 --- a/samples/hellojs-jc/pom.xml +++ b/samples/hellojs-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-hellojs-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-hellojs-jc spring-security-samples-hellojs-jc @@ -108,31 +108,31 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -144,13 +144,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -217,7 +217,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/hellomvc-jc/pom.xml b/samples/hellomvc-jc/pom.xml index ba1873024c..da71e764c1 100644 --- a/samples/hellomvc-jc/pom.xml +++ b/samples/hellomvc-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-hellomvc-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-hellomvc-jc spring-security-samples-hellomvc-jc @@ -102,31 +102,31 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/helloworld-jc/pom.xml b/samples/helloworld-jc/pom.xml index d96dddda05..b69f3d8733 100644 --- a/samples/helloworld-jc/pom.xml +++ b/samples/helloworld-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-helloworld-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-helloworld-jc spring-security-samples-helloworld-jc @@ -72,19 +72,19 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -139,7 +139,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/inmemory-jc/pom.xml b/samples/inmemory-jc/pom.xml index b067d13301..c9de97e085 100644 --- a/samples/inmemory-jc/pom.xml +++ b/samples/inmemory-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-inmemory-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-inmemory-jc spring-security-samples-inmemory-jc @@ -102,31 +102,31 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml index 952a18646b..bbb8ba1e5b 100644 --- a/samples/insecure/pom.xml +++ b/samples/insecure/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-insecure - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-insecure spring-security-samples-insecure @@ -72,7 +72,7 @@ org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -127,7 +127,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/insecuremvc/pom.xml b/samples/insecuremvc/pom.xml index 753c191cf4..915ab0a318 100644 --- a/samples/insecuremvc/pom.xml +++ b/samples/insecuremvc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-insecuremvc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-insecuremvc spring-security-samples-insecuremvc @@ -102,13 +102,13 @@ org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -120,13 +120,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -193,7 +193,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/jaas-xml/pom.xml b/samples/jaas-xml/pom.xml index 840e658883..1c7d2a4d65 100644 --- a/samples/jaas-xml/pom.xml +++ b/samples/jaas-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-jaas-xml - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-jaas-xml spring-security-samples-jaas-xml @@ -60,25 +60,25 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -90,7 +90,7 @@ org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -127,25 +127,25 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework spring-context-support - 3.2.6.RELEASE + 3.2.7.RELEASE runtime @@ -169,7 +169,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/jdbc-jc/pom.xml b/samples/jdbc-jc/pom.xml index e0ada991d9..f841a7895a 100644 --- a/samples/jdbc-jc/pom.xml +++ b/samples/jdbc-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-jdbc-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-jdbc-jc spring-security-samples-jdbc-jc @@ -102,31 +102,31 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/ldap-jc/pom.xml b/samples/ldap-jc/pom.xml index 1423899442..de0558a818 100644 --- a/samples/ldap-jc/pom.xml +++ b/samples/ldap-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-ldap-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-ldap-jc spring-security-samples-ldap-jc @@ -138,37 +138,37 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-ldap - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -180,13 +180,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -253,7 +253,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/ldap-xml/pom.xml b/samples/ldap-xml/pom.xml index 2e08b60c58..deedb4a95e 100644 --- a/samples/ldap-xml/pom.xml +++ b/samples/ldap-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-ldap-xml - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-ldap-xml spring-security-samples-ldap-xml @@ -60,7 +60,7 @@ org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -91,19 +91,19 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-ldap - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime @@ -127,7 +127,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml index 39d1060b5b..1d470e7b66 100644 --- a/samples/messages-jc/pom.xml +++ b/samples/messages-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-samples-messages-jc spring-security-samples-messages-jc http://spring.io/spring-security @@ -88,43 +88,49 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-aspects - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE + compile + + + org.springframework + spring-core + 3.2.7.RELEASE compile @@ -133,34 +139,28 @@ - - org.springframework - spring-core - 3.2.6.RELEASE - compile - org.springframework spring-instrument - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-orm - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-tx - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -221,7 +221,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/openid-jc/pom.xml b/samples/openid-jc/pom.xml index a1364f636c..32b6c064a5 100644 --- a/samples/openid-jc/pom.xml +++ b/samples/openid-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-openid-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-openid-jc spring-security-samples-openid-jc @@ -102,37 +102,37 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-openid - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -144,13 +144,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -223,7 +223,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml index aafbc028c0..19fc670968 100644 --- a/samples/openid-xml/pom.xml +++ b/samples/openid-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-openid-xml - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-openid-xml spring-security-samples-openid-xml @@ -60,19 +60,19 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-openid - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -115,13 +115,13 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime @@ -145,7 +145,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/preauth-jc/pom.xml b/samples/preauth-jc/pom.xml index cd58b67cec..f38fa01bd8 100644 --- a/samples/preauth-jc/pom.xml +++ b/samples/preauth-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-preauth-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-preauth-jc spring-security-samples-preauth-jc @@ -102,31 +102,31 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/preauth-xml/pom.xml b/samples/preauth-xml/pom.xml index 104bc070eb..b559b81db7 100644 --- a/samples/preauth-xml/pom.xml +++ b/samples/preauth-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-preauth-xml - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-preauth-xml spring-security-samples-preauth-xml @@ -60,7 +60,7 @@ org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -91,13 +91,13 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime @@ -121,7 +121,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/rememberme-jc/pom.xml b/samples/rememberme-jc/pom.xml index 15dcb8cd85..c74e01cdb1 100644 --- a/samples/rememberme-jc/pom.xml +++ b/samples/rememberme-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-rememberme-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-rememberme-jc spring-security-samples-rememberme-jc @@ -102,31 +102,31 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml index 994d5dbe95..9eaf7d57db 100644 --- a/samples/servletapi-xml/pom.xml +++ b/samples/servletapi-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-servletapi-xml - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-servletapi-xml spring-security-samples-servletapi-xml @@ -66,31 +66,31 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -102,13 +102,13 @@ org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -139,19 +139,19 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework spring-context-support - 3.2.6.RELEASE + 3.2.7.RELEASE runtime @@ -175,7 +175,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml index fe035b2e66..cb69aa32a8 100644 --- a/samples/tutorial-xml/pom.xml +++ b/samples/tutorial-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-tutorial-xml - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-tutorial-xml spring-security-samples-tutorial-xml @@ -66,19 +66,19 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -90,13 +90,13 @@ org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -139,19 +139,19 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT runtime @@ -175,7 +175,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/samples/x509-jc/pom.xml b/samples/x509-jc/pom.xml index 75268fc801..00bc5a0878 100644 --- a/samples/x509-jc/pom.xml +++ b/samples/x509-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-x509-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT war spring-security-samples-x509-jc spring-security-samples-x509-jc @@ -102,31 +102,31 @@ org.springframework.security spring-security-config - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -138,13 +138,13 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -211,7 +211,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/taglibs/pom.xml b/taglibs/pom.xml index cda38d058f..63a14acc3a 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-taglibs - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-taglibs spring-security-taglibs http://spring.io/spring-security @@ -52,43 +52,43 @@ org.springframework.security spring-security-acl - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -100,13 +100,13 @@ org.springframework spring-expression - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -179,7 +179,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test diff --git a/web/pom.xml b/web/pom.xml index 342d84bca9..d7bf37ac77 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-web - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT spring-security-web spring-security-web http://spring.io/spring-security @@ -58,25 +58,25 @@ org.springframework.security spring-security-core - 3.2.0.CI-SNAPSHOT + 3.2.1.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-context - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-core - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -88,13 +88,13 @@ org.springframework spring-expression - 3.2.6.RELEASE + 3.2.7.RELEASE compile org.springframework spring-web - 3.2.6.RELEASE + 3.2.7.RELEASE compile @@ -107,21 +107,21 @@ org.springframework spring-jdbc - 3.2.6.RELEASE + 3.2.7.RELEASE compile true org.springframework spring-tx - 3.2.6.RELEASE + 3.2.7.RELEASE compile true org.springframework spring-webmvc - 3.2.6.RELEASE + 3.2.7.RELEASE compile true @@ -143,12 +143,6 @@ 1.3 test - - hsqldb - hsqldb - 1.8.0.10 - test - junit junit @@ -167,6 +161,12 @@ 1.4 test + + org.hsqldb + hsqldb + 2.3.1 + test + org.mockito mockito-core @@ -224,7 +224,7 @@ org.springframework spring-test - 3.2.6.RELEASE + 3.2.7.RELEASE test