Browse Source

Remove logging from spring-boot-starter-test

Fixes gh-541
pull/535/merge
Phillip Webb 12 years ago
parent
commit
84cc110344
  1. 5
      spring-boot-starters/spring-boot-starter-test/pom.xml

5
spring-boot-starters/spring-boot-starter-test/pom.xml

@ -12,11 +12,6 @@ @@ -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>

Loading…
Cancel
Save