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

@@ -24,10 +24,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</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-tomcat</artifactId>