diff --git a/spring-all/pom.xml b/spring-all/pom.xml index 6f3ff2c355..e801ff8c54 100644 --- a/spring-all/pom.xml +++ b/spring-all/pom.xml @@ -167,6 +167,7 @@ 3.2.3.RELEASE + 3.1.4.RELEASE 4.2.2.Final diff --git a/spring-hibernate3/pom.xml b/spring-hibernate3/pom.xml index e23ae24f11..1859506e71 100644 --- a/spring-hibernate3/pom.xml +++ b/spring-hibernate3/pom.xml @@ -152,6 +152,7 @@ 3.2.3.RELEASE + 3.1.4.RELEASE 3.6.10.Final diff --git a/spring-hibernate4/pom.xml b/spring-hibernate4/pom.xml index 52ad280548..fd0fe6f121 100644 --- a/spring-hibernate4/pom.xml +++ b/spring-hibernate4/pom.xml @@ -160,6 +160,7 @@ 3.2.3.RELEASE + 3.1.4.RELEASE 4.2.2.Final diff --git a/spring-jpa/pom.xml b/spring-jpa/pom.xml index e2dfda178f..ebcc7f79a0 100644 --- a/spring-jpa/pom.xml +++ b/spring-jpa/pom.xml @@ -166,6 +166,7 @@ 3.2.3.RELEASE + 3.1.4.RELEASE 4.2.2.Final diff --git a/spring-mvc-java/pom.xml b/spring-mvc-java/pom.xml index 81428ddb2e..eb3831b4aa 100644 --- a/spring-mvc-java/pom.xml +++ b/spring-mvc-java/pom.xml @@ -122,6 +122,7 @@ 3.2.3.RELEASE + 3.1.4.RELEASE 4.2.2.Final diff --git a/spring-mvc/pom.xml b/spring-mvc/pom.xml index 8e8969f0fd..b46d4b484e 100644 --- a/spring-mvc/pom.xml +++ b/spring-mvc/pom.xml @@ -122,6 +122,7 @@ 3.2.3.RELEASE + 3.1.4.RELEASE 4.2.2.Final diff --git a/spring-security-login/pom.xml b/spring-security-login/pom.xml index b22672d8eb..c797ae3bcb 100644 --- a/spring-security-login/pom.xml +++ b/spring-security-login/pom.xml @@ -133,6 +133,7 @@ org.apache.maven.plugins maven-surefire-plugin + ${maven-surefire-plugin.version} @@ -146,6 +147,7 @@ org.codehaus.cargo cargo-maven2-plugin + ${cargo-maven2-plugin.version} true @@ -168,25 +170,39 @@ - - 3.2.3.RELEASE - 3.1.4.RELEASE + + 3.2.3.RELEASE + 3.1.4.RELEASE - - 1.7.5 - 1.0.11 + + 4.2.2.Final + 5.1.25 - - 1.3 - 4.11 - 1.9.5 + + 1.7.5 + 1.0.11 - 4.2.4 - 4.2.5 + + 5.0.1.Final - 1.8.0 - 1.8.9 + + 14.0.1 + 3.1 - + + 1.3 + 4.11 + 1.9.5 + + 4.2.4 + 4.2.5 + + 1.8.0 + 1.8.9 + + + 1.4.2 + 2.14.1 + \ No newline at end of file diff --git a/spring-security-rest/pom.xml b/spring-security-rest/pom.xml index 8c41c2fece..909d32af74 100644 --- a/spring-security-rest/pom.xml +++ b/spring-security-rest/pom.xml @@ -1,200 +1,215 @@ - - 4.0.0 - org.baeldung - spring-security-rest - 0.1-SNAPSHOT + + 4.0.0 + org.baeldung + spring-security-rest + 0.1-SNAPSHOT - spring-security-rest - war + spring-security-rest + war - + - + - - org.springframework.security - spring-security-web - ${org.springframework.security.version} - - - org.springframework.security - spring-security-config - ${org.springframework.security.version} - + + org.springframework.security + spring-security-web + ${org.springframework.security.version} + + + org.springframework.security + spring-security-config + ${org.springframework.security.version} + - + - - org.springframework - spring-core - ${org.springframework.version} - - - org.springframework - spring-context - ${org.springframework.version} - - - org.springframework - spring-jdbc - ${org.springframework.version} - - - org.springframework - spring-beans - ${org.springframework.version} - - - org.springframework - spring-aop - ${org.springframework.version} - - - org.springframework - spring-tx - ${org.springframework.version} - - - org.springframework - spring-expression - ${org.springframework.version} - + + org.springframework + spring-core + ${org.springframework.version} + + + org.springframework + spring-context + ${org.springframework.version} + + + org.springframework + spring-jdbc + ${org.springframework.version} + + + org.springframework + spring-beans + ${org.springframework.version} + + + org.springframework + spring-aop + ${org.springframework.version} + + + org.springframework + spring-tx + ${org.springframework.version} + + + org.springframework + spring-expression + ${org.springframework.version} + - - org.springframework - spring-web - ${org.springframework.version} - - - org.springframework - spring-webmvc - ${org.springframework.version} - + + org.springframework + spring-web + ${org.springframework.version} + + + org.springframework + spring-webmvc + ${org.springframework.version} + - + - - javax.servlet - javax.servlet-api - 3.0.1 - provided - + + javax.servlet + javax.servlet-api + 3.0.1 + provided + - - javax.servlet - jstl - 1.2 - runtime - + + javax.servlet + jstl + 1.2 + runtime + - + - - com.google.guava - guava - 14.0.1 - + + com.google.guava + guava + ${guava.version} + - + - - junit - junit-dep - ${junit.version} - test - + + junit + junit-dep + ${junit.version} + test + - - org.hamcrest - hamcrest-core - ${org.hamcrest.version} - test - - - org.hamcrest - hamcrest-library - ${org.hamcrest.version} - test - + + org.hamcrest + hamcrest-core + ${org.hamcrest.version} + test + + + org.hamcrest + hamcrest-library + ${org.hamcrest.version} + test + - - org.mockito - mockito-core - ${mockito.version} - test - + + org.mockito + mockito-core + ${mockito.version} + test + - + - - spring-security-rest - - - src/main/resources - true - - + + spring-security-rest + + + src/main/resources + true + + - + - - org.apache.maven.plugins - maven-surefire-plugin - - - - - - - - - + + org.apache.maven.plugins + maven-surefire-plugin + ${maven-surefire-plugin.version} + + + + + + + + + - - org.codehaus.cargo - cargo-maven2-plugin - - true - - jetty8x - embedded - - - - - - - 8082 - - - - + + org.codehaus.cargo + cargo-maven2-plugin + ${cargo-maven2-plugin.version} + + true + + jetty8x + embedded + + + + + + + 8082 + + + + - + - + - - - 3.2.3.RELEASE - 3.1.4.RELEASE + + + 3.2.3.RELEASE + 3.1.4.RELEASE - - 1.7.5 - 1.0.11 + + 4.2.2.Final + 5.1.25 - - 1.3 - 4.11 - 1.9.5 + + 1.7.5 + 1.0.11 - 4.2.4 - 4.2.5 + + 5.0.1.Final - 1.8.0 - 1.8.9 + + 14.0.1 + 3.1 - + + 1.3 + 4.11 + 1.9.5 + + 4.2.4 + 4.2.5 + + 1.8.0 + 1.8.9 + + + 1.4.2 + 2.14.1 + \ No newline at end of file