From 93cac333e8b23de6d096fdc3559e14a531a9d2c9 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 28 Nov 2017 13:05:05 +0000 Subject: [PATCH] Clean up logging dependencies and exclusions Closes gh-11148 --- spring-boot-project/spring-boot-dependencies/pom.xml | 12 ------------ .../spring-boot-starter-log4j2/pom.xml | 4 ---- .../spring-boot-starter-logging/pom.xml | 4 ---- .../spring-boot-starters/spring-boot-starter/pom.xml | 6 ------ 4 files changed, 26 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index ee1daa2486..61c054d4ed 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -272,12 +272,6 @@ org.springframework.boot spring-boot-starter ${revision} - - - commons-logging - commons-logging - - org.springframework.boot @@ -503,12 +497,6 @@ org.springframework.boot spring-boot-starter-test ${revision} - - - commons-logging - commons-logging - - org.springframework.boot diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2/pom.xml index d1f4415afb..d8376bedd5 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-log4j2/pom.xml @@ -19,10 +19,6 @@ org.apache.logging.log4j log4j-slf4j-impl - - org.apache.logging.log4j - log4j-api - org.apache.logging.log4j log4j-core diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml index 362eaed3f0..be198f957a 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-logging/pom.xml @@ -26,9 +26,5 @@ org.slf4j jul-to-slf4j - - org.slf4j - log4j-over-slf4j - diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml index fa1bcde462..732fb70678 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter/pom.xml @@ -33,12 +33,6 @@ org.springframework spring-core - - - commons-logging - commons-logging - - org.yaml