diff --git a/spring-security-rest-custom/.settings/org.eclipse.wst.common.project.facet.core.xml b/spring-security-rest-custom/.settings/org.eclipse.wst.common.project.facet.core.xml
index b46bc511b9..977829b3e3 100644
--- a/spring-security-rest-custom/.settings/org.eclipse.wst.common.project.facet.core.xml
+++ b/spring-security-rest-custom/.settings/org.eclipse.wst.common.project.facet.core.xml
@@ -1,5 +1,5 @@
-
+
diff --git a/spring-security-rest-custom/pom.xml b/spring-security-rest-custom/pom.xml
index 9052e3c65e..41519f8bf4 100644
--- a/spring-security-rest-custom/pom.xml
+++ b/spring-security-rest-custom/pom.xml
@@ -8,6 +8,12 @@
spring-security-rest-custom
war
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.2.4.RELEASE
+
+
@@ -15,12 +21,10 @@
org.springframework.security
spring-security-web
- ${org.springframework.security.version}
org.springframework.security
spring-security-config
- ${org.springframework.security.version}
@@ -28,60 +32,50 @@
org.springframework
spring-core
- ${org.springframework.version}
-
- commons-logging
- commons-logging
-
+
+ commons-logging
+ commons-logging
+
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-oxm
- ${org.springframework.version}
@@ -89,7 +83,6 @@
com.fasterxml.jackson.core
jackson-databind
- 2.2.2
@@ -97,14 +90,12 @@
javax.servlet
javax.servlet-api
- 3.0.1
provided
javax.servlet
jstl
- 1.2
runtime
@@ -125,7 +116,6 @@
org.apache.httpcomponents
httpclient
- ${httpclient.version}
commons-logging
@@ -159,23 +149,41 @@
org.hamcrest
hamcrest-core
- ${org.hamcrest.version}
test
org.hamcrest
hamcrest-library
- ${org.hamcrest.version}
test
org.mockito
mockito-core
- ${mockito.version}
test
+
+
+
+ org.slf4j
+ slf4j-api
+
+
+ ch.qos.logback
+ logback-classic
+
+
+
+ org.slf4j
+ jcl-over-slf4j
+
+
+
+ org.slf4j
+ log4j-over-slf4j
+
+
@@ -200,16 +208,16 @@
source
-
+
org.apache.maven.plugins
maven-war-plugin
${maven-war-plugin.version}
-
- false
-
+
+ false
+
-
+
org.apache.maven.plugins
maven-surefire-plugin
@@ -284,7 +292,7 @@
2.6
2.18.1
1.4.12
-
+
\ No newline at end of file
diff --git a/spring-security-rest-full/pom.xml b/spring-security-rest-full/pom.xml
index e8971b6fa3..98589fb267 100644
--- a/spring-security-rest-full/pom.xml
+++ b/spring-security-rest-full/pom.xml
@@ -457,6 +457,7 @@
org.springframework.boot
spring-boot-starter-parent
- 1.2.2.RELEASE
+ 1.2.4.RELEASE
+
\ No newline at end of file