Fix actuator security in samples

Closes gh-7637
This commit is contained in:
Stephane Nicoll
2016-12-30 17:43:34 +01:00
parent 1f3de10101
commit a19a28062f
22 changed files with 32 additions and 88 deletions

View File

@@ -33,10 +33,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jetty</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>