Ensure that spring-boot-starter-test pulls in logging dependencies

Closes gh-8492
This commit is contained in:
Andy Wilkinson 2017-03-24 21:39:10 +00:00
parent 735dbc4583
commit 1486490957
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
<main.basedir>${basedir}/../..</main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>