From 84cc110344efb61ca657a8a04796c66828ced3da Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 21 Mar 2014 09:33:14 -0700 Subject: [PATCH] Remove logging from spring-boot-starter-test Fixes gh-541 --- spring-boot-starters/spring-boot-starter-test/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-starters/spring-boot-starter-test/pom.xml index ea58acf603..005f171b88 100644 --- a/spring-boot-starters/spring-boot-starter-test/pom.xml +++ b/spring-boot-starters/spring-boot-starter-test/pom.xml @@ -12,11 +12,6 @@ ${basedir}/../.. - - ${project.groupId} - spring-boot-starter-logging - ${project.version} - junit junit