From f02c390ee55e775a084f4145865915e63d3a3563 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Nov 2017 15:53:14 +0000 Subject: [PATCH] Simplify commons-logging exclusions and remove redundant dep mgmnt c719ab7a adding dependency management for a number of Apache Commons projects to exclude commons-logging and resolve problems with dependency convergence. As Boot's dependencies have evolved, much of this dependency management has become redundant. This commit removes it, and excludes commons-logging in the single starter that still needs it instead. Closes gh-7050 --- .../spring-boot-dependencies/pom.xml | 36 ++++--------------- 1 file changed, 6 insertions(+), 30 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 3b0d02a2c2..56b3e306ba 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -36,11 +36,8 @@ 2.6.0 3.3.0 1.3.4 - 1.9.3 - 3.2.2 1.11 2.1.1 - 2.1 3.6 1.6 2.4.3 @@ -741,38 +738,11 @@ HikariCP ${hikaricp.version} - - commons-beanutils - commons-beanutils - ${commons-beanutils.version} - - - commons-logging - commons-logging - - - - - commons-collections - commons-collections - ${commons-collections.version} - commons-codec commons-codec ${commons-codec.version} - - commons-digester - commons-digester - ${commons-digester.version} - - - commons-logging - commons-logging - - - commons-pool commons-pool @@ -1285,6 +1255,12 @@ org.apache.activemq artemis-commons ${artemis.version} + + + commons-logging + commons-logging + + org.apache.activemq