Ensure that logfile endpoint documentation has some log entries to use

Closes gh-5848
This commit is contained in:
Andy Wilkinson
2016-05-03 15:13:22 +01:00
parent 6f4ec4e741
commit f8a4459aa1
2 changed files with 8 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
<!-- Provided -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<artifactId>spring-boot-starter-actuator</artifactId>
<scope>provided</scope>
</dependency>
<dependency>