From 2ba1bd9dbbef83c03c609f666dd9b2047861a74f Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 8 Aug 2013 16:30:14 +0100 Subject: [PATCH] Fix security dependency in README --- spring-boot-actuator/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/spring-boot-actuator/README.md b/spring-boot-actuator/README.md index ef9713ef34..086432a4cd 100644 --- a/spring-boot-actuator/README.md +++ b/spring-boot-actuator/README.md @@ -277,16 +277,10 @@ will enable HTTP basic authentication by default on all the endpoints. In the `pom.xml` it would look like this: - org.springframework.security - spring-security-javaconfig - 1.0.0.BUILD-SNAPSHOT + org.springframework.boot + spring-boot-starter-security -(Spring Security java config is still work in progress so we have used -a snapshot. Beware of sudden changes.) - - - Try it out: $ curl localhost:8080/