Fixup test following dependency change

Since spring-boot-actuator-docs should not depend on a starter the log
file is now simulated.
This commit is contained in:
Phillip Webb
2016-05-10 10:57:16 -07:00
parent cf6212b955
commit 1bb2c4fc00
3 changed files with 35 additions and 1 deletions

View File

@@ -64,6 +64,10 @@
<artifactId>liquibase-core</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>