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