Remove logging from spring-boot-starter-test

Fixes gh-541
This commit is contained in:
Phillip Webb 2014-03-21 09:33:14 -07:00
parent 47eb8180b3
commit 84cc110344
1 changed files with 0 additions and 5 deletions

View File

@ -12,11 +12,6 @@
<main.basedir>${basedir}/../..</main.basedir>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-boot-starter-logging</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>