Skip to content

Commit 2ba1bd9

Browse files
author
Dave Syer
committed
Fix security dependency in README
1 parent a2fe8a0 commit 2ba1bd9

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

spring-boot-actuator/README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -277,16 +277,10 @@ will enable HTTP basic authentication by default on all the endpoints.
277277
In the `pom.xml` it would look like this:
278278

279279
<dependency>
280-
<groupId>org.springframework.security</groupId>
281-
<artifactId>spring-security-javaconfig</artifactId>
282-
<version>1.0.0.BUILD-SNAPSHOT</version>
280+
<groupId>org.springframework.boot</groupId>
281+
<artifactId>spring-boot-starter-security</artifactId>
283282
</dependency>
284283

285-
(Spring Security java config is still work in progress so we have used
286-
a snapshot. Beware of sudden changes.)
287-
288-
<!--FIXME: update Spring Security to full release -->
289-
290284
Try it out:
291285

292286
$ curl localhost:8080/

0 commit comments

Comments
 (0)