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

Closes gh-8492
pull/5720/merge
Andy Wilkinson 8 years ago
parent 735dbc4583
commit 1486490957

@ -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>

Loading…
Cancel
Save