From eb6182f5875132d347293cfa46c30479983b2e3f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 29 Nov 2017 13:17:01 +0000 Subject: [PATCH] Remove redundant commons-logging exclusions Closes gh-11148 --- .../spring-boot-parent/pom.xml | 6 ----- .../spring-boot-starter-parent/pom.xml | 22 ++++++------------- .../spring-boot-starter-test/pom.xml | 6 ----- 3 files changed, 7 insertions(+), 27 deletions(-) diff --git a/spring-boot-project/spring-boot-parent/pom.xml b/spring-boot-project/spring-boot-parent/pom.xml index 54cf00fe00..a18eab72a2 100644 --- a/spring-boot-project/spring-boot-parent/pom.xml +++ b/spring-boot-project/spring-boot-parent/pom.xml @@ -276,12 +276,6 @@ org.springframework spring-test test - - - commons-logging - commons-logging - - diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml index 9aae5b2590..b675ff1b21 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -21,21 +21,6 @@ ${java.version} ${java.version} - - - - org.springframework - spring-core - ${spring.version} - - - commons-logging - commons-logging - - - - - @@ -180,6 +165,13 @@ org.apache.maven.plugins maven-shade-plugin + + + org.springframework.boot + spring-boot-maven-plugin + ${revision} + + true true diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml index 859058d106..7993a56145 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-test/pom.xml @@ -58,12 +58,6 @@ org.springframework spring-core - - - commons-logging - commons-logging - - org.springframework