diff --git a/spring-boot-demo-actuator/pom.xml b/spring-boot-demo-actuator/pom.xml index 78c4eee..fce7901 100644 --- a/spring-boot-demo-actuator/pom.xml +++ b/spring-boot-demo-actuator/pom.xml @@ -29,10 +29,12 @@ org.springframework.boot spring-boot-starter-actuator + org.springframework.boot spring-boot-starter-security + org.springframework.boot spring-boot-starter-web @@ -43,6 +45,7 @@ spring-boot-starter-test test + org.springframework.security spring-security-test