diff --git a/acl/pom.xml b/acl/pom.xml index 62ec5ac15b..80ec93bfb2 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-acl - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-acl spring-security-acl http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -153,8 +153,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/aspects/pom.xml b/aspects/pom.xml index 229f5c1695..fb9730d006 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-aspects - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-aspects spring-security-aspects http://spring.io/spring-security @@ -45,7 +45,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -132,8 +132,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/cas/pom.xml b/cas/pom.xml index c3082f6c5d..68153505eb 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-cas - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-cas spring-security-cas http://spring.io/spring-security @@ -51,13 +51,13 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -86,6 +86,13 @@ spring-web compile + + com.fasterxml.jackson.core + jackson-databind + 2.4.4 + compile + true + commons-logging commons-logging @@ -130,6 +137,12 @@ 1.10.19 test + + org.skyscreamer + jsonassert + 1.3.0 + test + org.slf4j jcl-over-slf4j @@ -144,8 +157,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/config/pom.xml b/config/pom.xml index a78d491f62..4f9c63742a 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-config spring-security-config http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -97,28 +97,28 @@ org.springframework.security spring-security-ldap - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile true org.springframework.security spring-security-messaging - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile true org.springframework.security spring-security-openid - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile true org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile true @@ -365,13 +365,13 @@ org.springframework.security spring-security-aspects - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test org.springframework.security spring-security-cas - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test @@ -392,8 +392,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/core/pom.xml b/core/pom.xml index 4cae9b523f..cdb89db842 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-core spring-security-core http://spring.io/spring-security @@ -79,6 +79,13 @@ spring-expression compile + + com.fasterxml.jackson.core + jackson-databind + 2.4.4 + compile + true + commons-logging commons-logging @@ -251,6 +258,18 @@ + + org.skyscreamer + jsonassert + 1.3.0 + test + + + mockito-all + org.mockito + + + org.slf4j jcl-over-slf4j @@ -277,8 +296,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/crypto/pom.xml b/crypto/pom.xml index 79ffdeffd2..d6a70ffc98 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-crypto - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-crypto spring-security-crypto http://spring.io/spring-security @@ -94,8 +94,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/data/pom.xml b/data/pom.xml index ff36d1cc3b..e09bab4123 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-data - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-data spring-security-data http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -110,8 +110,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/gradle.properties b/gradle.properties index 31ed731133..64249c8b38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=4.2.0.BUILD-SNAPSHOT +version=4.2.0.M1 diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 474746c089..e8797734e4 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security itest-context - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 itest-context itest-context http://spring.io/spring-security @@ -57,7 +57,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -132,13 +132,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test @@ -154,8 +154,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 4362f19965..bf67ebda32 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security itest-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 itest-web itest-web http://spring.io/spring-security @@ -150,31 +150,31 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test org.springframework.security spring-security-ldap - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test org.springframework.security spring-security-taglibs - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test @@ -201,8 +201,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/ldap/pom.xml b/ldap/pom.xml index b3ddfaa0a4..f09dd895bf 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-ldap - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-ldap spring-security-ldap http://spring.io/spring-security @@ -73,7 +73,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -202,8 +202,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/messaging/pom.xml b/messaging/pom.xml index d8514edc9c..a5022e5423 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-messaging - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-messaging spring-security-messaging http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -102,7 +102,7 @@ org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile true @@ -234,8 +234,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/openid/pom.xml b/openid/pom.xml index fb59e3b66c..6508817d8b 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-openid - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-openid spring-security-openid http://spring.io/spring-security @@ -63,13 +63,13 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -166,8 +166,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/remoting/pom.xml b/remoting/pom.xml index ea724e675b..0575fe4326 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-remoting - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-remoting spring-security-remoting http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -125,8 +125,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/boot/helloworld/pom.xml b/samples/boot/helloworld/pom.xml index d64a7cd789..6644aec0ee 100644 --- a/samples/boot/helloworld/pom.xml +++ b/samples/boot/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-boot-helloworld - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-samples-boot-helloworld spring-security-samples-boot-helloworld http://spring.io/spring-security @@ -55,13 +55,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -115,7 +115,7 @@ org.springframework.security spring-security-test - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test @@ -126,8 +126,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/boot/insecure/pom.xml b/samples/boot/insecure/pom.xml index 47d69799b1..0c57e6ad63 100644 --- a/samples/boot/insecure/pom.xml +++ b/samples/boot/insecure/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-boot-insecure - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-samples-boot-insecure spring-security-samples-boot-insecure http://spring.io/spring-security @@ -102,8 +102,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/aspectj/pom.xml b/samples/javaconfig/aspectj/pom.xml index 47b4c115e1..01548a0844 100644 --- a/samples/javaconfig/aspectj/pom.xml +++ b/samples/javaconfig/aspectj/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-aspectj - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-samples-javaconfig-aspectj spring-security-samples-javaconfig-aspectj http://spring.io/spring-security @@ -45,13 +45,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -71,7 +71,7 @@ org.springframework.security spring-security-aspects - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -112,8 +112,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/chat/pom.xml b/samples/javaconfig/chat/pom.xml index b5198627a9..258d6a591a 100644 --- a/samples/javaconfig/chat/pom.xml +++ b/samples/javaconfig/chat/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-chat - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-chat spring-security-samples-javaconfig-chat @@ -133,25 +133,25 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-data - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-messaging - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -244,8 +244,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/concurrency/pom.xml b/samples/javaconfig/concurrency/pom.xml index fe951dce5e..e54a4be070 100644 --- a/samples/javaconfig/concurrency/pom.xml +++ b/samples/javaconfig/concurrency/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-concurrency - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-concurrency spring-security-samples-javaconfig-concurrency @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -185,8 +185,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/data/pom.xml b/samples/javaconfig/data/pom.xml index 6460314fab..d690b76a3b 100644 --- a/samples/javaconfig/data/pom.xml +++ b/samples/javaconfig/data/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-data - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-samples-javaconfig-data spring-security-samples-javaconfig-data http://spring.io/spring-security @@ -81,13 +81,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-data - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -135,8 +135,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/form/pom.xml b/samples/javaconfig/form/pom.xml index cc31080dc3..fe84626590 100644 --- a/samples/javaconfig/form/pom.xml +++ b/samples/javaconfig/form/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-form - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-form spring-security-samples-javaconfig-form @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -239,8 +239,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/hellojs/pom.xml b/samples/javaconfig/hellojs/pom.xml index 5d7a80fe81..aa7ff782c9 100644 --- a/samples/javaconfig/hellojs/pom.xml +++ b/samples/javaconfig/hellojs/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-hellojs - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-hellojs spring-security-samples-javaconfig-hellojs @@ -97,25 +97,25 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -191,8 +191,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/hellomvc/pom.xml b/samples/javaconfig/hellomvc/pom.xml index 415e09e522..f310be0b73 100644 --- a/samples/javaconfig/hellomvc/pom.xml +++ b/samples/javaconfig/hellomvc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-hellomvc - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-hellomvc spring-security-samples-javaconfig-hellomvc @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -180,7 +180,7 @@ org.springframework.security spring-security-test - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test @@ -191,8 +191,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/helloworld/pom.xml b/samples/javaconfig/helloworld/pom.xml index 07497f36b4..bffc2c40a0 100644 --- a/samples/javaconfig/helloworld/pom.xml +++ b/samples/javaconfig/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-helloworld - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-helloworld spring-security-samples-javaconfig-helloworld @@ -67,13 +67,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -181,8 +181,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/inmemory/pom.xml b/samples/javaconfig/inmemory/pom.xml index 61aeffbec9..6af8b515c5 100644 --- a/samples/javaconfig/inmemory/pom.xml +++ b/samples/javaconfig/inmemory/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-inmemory - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-inmemory spring-security-samples-javaconfig-inmemory @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -180,7 +180,7 @@ org.springframework.security spring-security-test - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 test @@ -191,8 +191,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/jdbc/pom.xml b/samples/javaconfig/jdbc/pom.xml index 5fde746145..56f13eaf38 100644 --- a/samples/javaconfig/jdbc/pom.xml +++ b/samples/javaconfig/jdbc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-jdbc - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-jdbc spring-security-samples-javaconfig-jdbc @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -239,8 +239,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/ldap/pom.xml b/samples/javaconfig/ldap/pom.xml index 2b800c327f..133577729f 100644 --- a/samples/javaconfig/ldap/pom.xml +++ b/samples/javaconfig/ldap/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-ldap - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-ldap spring-security-samples-javaconfig-ldap @@ -127,31 +127,31 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-ldap - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -281,8 +281,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/messages/pom.xml b/samples/javaconfig/messages/pom.xml index 5d4e8cad79..bc0c4ce890 100644 --- a/samples/javaconfig/messages/pom.xml +++ b/samples/javaconfig/messages/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-samples-javaconfig-messages spring-security-samples-javaconfig-messages http://spring.io/spring-security @@ -93,13 +93,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -210,8 +210,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/openid/pom.xml b/samples/javaconfig/openid/pom.xml index 645b86cc80..2e59871a5e 100644 --- a/samples/javaconfig/openid/pom.xml +++ b/samples/javaconfig/openid/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-openid - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-openid spring-security-samples-javaconfig-openid @@ -91,31 +91,31 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-openid - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -197,8 +197,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/preauth/pom.xml b/samples/javaconfig/preauth/pom.xml index 8085a204e9..c88067d9f5 100644 --- a/samples/javaconfig/preauth/pom.xml +++ b/samples/javaconfig/preauth/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-preauth - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-preauth spring-security-samples-javaconfig-preauth @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -185,8 +185,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/rememberme/pom.xml b/samples/javaconfig/rememberme/pom.xml index 6ddb41f00e..d97e0eb495 100644 --- a/samples/javaconfig/rememberme/pom.xml +++ b/samples/javaconfig/rememberme/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-rememberme - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-rememberme spring-security-samples-javaconfig-rememberme @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -185,8 +185,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/javaconfig/x509/pom.xml b/samples/javaconfig/x509/pom.xml index cd2c8d84c7..921003222a 100644 --- a/samples/javaconfig/x509/pom.xml +++ b/samples/javaconfig/x509/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-javaconfig-x509 - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-javaconfig-x509 spring-security-samples-javaconfig-x509 @@ -91,25 +91,25 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -185,8 +185,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/aspectj/pom.xml b/samples/xml/aspectj/pom.xml index 2ad41ed86b..c32c543c3a 100644 --- a/samples/xml/aspectj/pom.xml +++ b/samples/xml/aspectj/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-aspectj - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-samples-xml-aspectj spring-security-samples-xml-aspectj http://spring.io/spring-security @@ -45,7 +45,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -65,13 +65,13 @@ org.springframework.security spring-security-aspects - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -112,8 +112,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/cas/cassample/pom.xml b/samples/xml/cas/cassample/pom.xml index 942f9cf914..0a4e03cd7e 100644 --- a/samples/xml/cas/cassample/pom.xml +++ b/samples/xml/cas/cassample/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-cassample - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-cassample spring-security-samples-xml-cassample @@ -55,13 +55,13 @@ org.springframework.security spring-security-cas - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -98,13 +98,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -198,8 +198,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/cas/casserver/pom.xml b/samples/xml/cas/casserver/pom.xml index 9920ce6ddd..59885b7e63 100644 --- a/samples/xml/cas/casserver/pom.xml +++ b/samples/xml/cas/casserver/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-casserver - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-casserver spring-security-samples-xml-casserver @@ -91,8 +91,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/contacts/pom.xml b/samples/xml/contacts/pom.xml index eb1ccbb16f..5dfb93ae1c 100644 --- a/samples/xml/contacts/pom.xml +++ b/samples/xml/contacts/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-contacts - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-contacts spring-security-samples-xml-contacts @@ -49,13 +49,13 @@ org.springframework.security spring-security-acl - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -145,19 +145,19 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-taglibs - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -245,8 +245,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/dms/pom.xml b/samples/xml/dms/pom.xml index af1bf8c36d..266280de91 100644 --- a/samples/xml/dms/pom.xml +++ b/samples/xml/dms/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-dms - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-samples-xml-dms spring-security-samples-xml-dms http://spring.io/spring-security @@ -45,13 +45,13 @@ org.springframework.security spring-security-acl - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -92,7 +92,7 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -143,8 +143,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/gae/pom.xml b/samples/xml/gae/pom.xml index 7064d349e1..c2fbc7cb1e 100644 --- a/samples/xml/gae/pom.xml +++ b/samples/xml/gae/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-gae - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-gae spring-security-samples-xml-gae @@ -73,13 +73,13 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -147,13 +147,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-taglibs - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -206,8 +206,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/helloworld/pom.xml b/samples/xml/helloworld/pom.xml index 0bea3f8b24..e533b9b17c 100644 --- a/samples/xml/helloworld/pom.xml +++ b/samples/xml/helloworld/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-helloworld - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-helloworld spring-security-samples-xml-helloworld @@ -67,13 +67,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -181,8 +181,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/insecure/pom.xml b/samples/xml/insecure/pom.xml index 16e082d180..7b146ec8e9 100644 --- a/samples/xml/insecure/pom.xml +++ b/samples/xml/insecure/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-insecure - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-insecure spring-security-samples-xml-insecure @@ -169,8 +169,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/insecuremvc/pom.xml b/samples/xml/insecuremvc/pom.xml index c0a6575996..6ca0c7f297 100644 --- a/samples/xml/insecuremvc/pom.xml +++ b/samples/xml/insecuremvc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-insecuremvc - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-insecuremvc spring-security-samples-xml-insecuremvc @@ -91,7 +91,7 @@ org.springframework.security spring-security-samples-javaconfig-messages - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -167,8 +167,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/jaas/pom.xml b/samples/xml/jaas/pom.xml index 00f2acabd7..2e39eb1b76 100644 --- a/samples/xml/jaas/pom.xml +++ b/samples/xml/jaas/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-jaas - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-jaas spring-security-samples-xml-jaas @@ -49,7 +49,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -107,19 +107,19 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-taglibs - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -207,8 +207,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/ldap/pom.xml b/samples/xml/ldap/pom.xml index 8c3d3ebf82..58db93ab0c 100644 --- a/samples/xml/ldap/pom.xml +++ b/samples/xml/ldap/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-ldap - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-ldap spring-security-samples-xml-ldap @@ -61,7 +61,7 @@ org.springframework.security spring-security-taglibs - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -128,19 +128,19 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-ldap - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -223,8 +223,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/openid/pom.xml b/samples/xml/openid/pom.xml index c5a2e2365c..1cacef4ccb 100644 --- a/samples/xml/openid/pom.xml +++ b/samples/xml/openid/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-openid - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-openid spring-security-samples-xml-openid @@ -49,13 +49,13 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-openid - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -103,13 +103,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-taglibs - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -138,8 +138,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/preauth/pom.xml b/samples/xml/preauth/pom.xml index a66c22b343..a25440f5bc 100644 --- a/samples/xml/preauth/pom.xml +++ b/samples/xml/preauth/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-preauth - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-preauth spring-security-samples-xml-preauth @@ -74,13 +74,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -109,8 +109,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/servletapi/pom.xml b/samples/xml/servletapi/pom.xml index 9233c468b8..7962128d93 100644 --- a/samples/xml/servletapi/pom.xml +++ b/samples/xml/servletapi/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-servletapi - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-servletapi spring-security-samples-xml-servletapi @@ -55,13 +55,13 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -118,13 +118,13 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-taglibs - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -158,8 +158,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/samples/xml/tutorial/pom.xml b/samples/xml/tutorial/pom.xml index 2b9a5c30df..8869c263e5 100644 --- a/samples/xml/tutorial/pom.xml +++ b/samples/xml/tutorial/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-samples-xml-tutorial - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 war spring-security-samples-xml-tutorial spring-security-samples-xml-tutorial @@ -55,7 +55,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -119,19 +119,19 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-taglibs - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 runtime @@ -160,8 +160,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/taglibs/pom.xml b/taglibs/pom.xml index 1c2a6cb003..a7cdfbcff5 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-taglibs - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-taglibs spring-security-taglibs http://spring.io/spring-security @@ -45,19 +45,19 @@ org.springframework.security spring-security-acl - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -189,8 +189,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/test/pom.xml b/test/pom.xml index 639b99cc76..a8db84fd57 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-test - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-test spring-security-test http://spring.io/spring-security @@ -45,13 +45,13 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -80,7 +80,7 @@ org.springframework.security spring-security-config - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile true @@ -175,8 +175,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone diff --git a/web/pom.xml b/web/pom.xml index 10e004ada4..164c554639 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.security spring-security-web - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 spring-security-web spring-security-web http://spring.io/spring-security @@ -51,7 +51,7 @@ org.springframework.security spring-security-core - 4.2.0.BUILD-SNAPSHOT + 4.2.0.M1 compile @@ -85,6 +85,13 @@ spring-web compile + + com.fasterxml.jackson.core + jackson-databind + 2.4.4 + compile + true + commons-logging commons-logging @@ -200,6 +207,12 @@ 1.6.2 test + + org.skyscreamer + jsonassert + 1.3.0 + test + org.slf4j jcl-over-slf4j @@ -238,8 +251,8 @@ - spring-snapshot - https://repo.spring.io/snapshot + spring-milestone + https://repo.spring.io/milestone