From 6c31854600af0d1033d04b9eda73baaa766b1a37 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 31 Oct 2013 16:43:57 +0000 Subject: [PATCH] Refactor sample dependencies to use starters --- .../spring-boot-sample-actuator/pom.xml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index a1b35beea0..dc284647db 100644 --- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml @@ -29,16 +29,8 @@ spring-boot-starter-web - javax.servlet - javax.servlet-api - - - org.springframework.security - spring-security-config - - - org.springframework.security - spring-security-web + ${project.groupId} + spring-boot-starter-security