From 174427881aff651653aea8556ebcfe9dfad3198a Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 5 Aug 2013 12:16:29 -0700 Subject: [PATCH] Revert "Attempt to sort out logging dependencies" This reverts commit e99d2199d8b613f6099eb3fd577b9700b4050b8f. The main spring-boot project should not have compile scope dependencies to any org.slf4j artifacts. --- spring-boot-cli/pom.xml | 6 ---- spring-boot-dependencies/pom.xml | 11 ------ spring-boot-parent/pom.xml | 6 ---- .../spring-boot-starter-parent/pom.xml | 6 ---- spring-boot-starters/src/main/parent/pom.xml | 6 ---- spring-boot/pom.xml | 35 ++++++++++--------- 6 files changed, 18 insertions(+), 52 deletions(-) diff --git a/spring-boot-cli/pom.xml b/spring-boot-cli/pom.xml index c8745d5a7a..1d789a4afe 100644 --- a/spring-boot-cli/pom.xml +++ b/spring-boot-cli/pom.xml @@ -40,12 +40,6 @@ 3.16.1-GA test - - commons-logging - commons-logging - 1.1.1 - test - diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 163a5ad82c..18e2114a01 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -215,12 +215,6 @@ org.springframework spring-core ${spring.version} - - - commons-logging - commons-logging - - org.springframework @@ -253,11 +247,6 @@ spring-jms ${spring.version} - - org.springframework - spring-message - ${spring.version} - org.springframework spring-orm diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 5458f5e8a2..3335ca78a7 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -164,12 +164,6 @@ org.springframework spring-test test - - - commons-logging - commons-logging - - diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index e9ece2737f..0726873933 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -99,12 +99,6 @@ org.springframework spring-test test - - - commons-logging - commons-logging - - diff --git a/spring-boot-starters/src/main/parent/pom.xml b/spring-boot-starters/src/main/parent/pom.xml index e4bb65bbcb..ec5153abd7 100644 --- a/spring-boot-starters/src/main/parent/pom.xml +++ b/spring-boot-starters/src/main/parent/pom.xml @@ -99,12 +99,6 @@ org.springframework spring-test test - - - commons-logging - commons-logging - - diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index 366a18db0e..24487cee38 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -23,21 +23,7 @@ org.springframework spring-context - - org.slf4j - jcl-over-slf4j - - - org.slf4j - slf4j-api - - - - org.slf4j - jul-to-slf4j - true - ch.qos.logback logback-classic @@ -74,13 +60,18 @@ true - org.springframework - spring-web + org.slf4j + slf4j-api + true + + + org.slf4j + jul-to-slf4j true org.springframework - spring-webmvc + spring-web true @@ -104,6 +95,16 @@ spring-test test + + org.springframework + spring-webmvc + test + + + org.slf4j + jcl-over-slf4j + test + org.slf4j slf4j-jdk14