Ensure that spring-boot-starter-test pulls in logging dependencies
Closes gh-8492
This commit is contained in:
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…
Reference in New Issue