diff --git a/spring-security-login-and-registration/pom.xml b/spring-security-login-and-registration/pom.xml index 08f02373f1..9d344bcd37 100644 --- a/spring-security-login-and-registration/pom.xml +++ b/spring-security-login-and-registration/pom.xml @@ -10,7 +10,7 @@ org.springframework.boot spring-boot-starter-parent - 1.2.4.RELEASE + 1.2.5.RELEASE @@ -29,6 +29,18 @@ spring-security-config + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + org.apache.tomcat.embed + tomcat-embed-websocket + provided + + javax.servlet @@ -52,7 +64,7 @@ el-api 2.2 - + org.springframework spring-test @@ -65,8 +77,7 @@ passay 1.0 - - + org.springframework.data diff --git a/spring-security-rest-full/.classpath b/spring-security-rest-full/.classpath index feb6bcf04a..979639ff7d 100644 --- a/spring-security-rest-full/.classpath +++ b/spring-security-rest-full/.classpath @@ -36,7 +36,7 @@ - +