From e60ec396501a45c9ac6e955ce429ffc05e7df1b9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Jun 2017 15:58:17 +0200 Subject: [PATCH] Exclude commons-logging from commons-dbcp2 Closes gh-9496 --- spring-boot-dependencies/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 4559214c37d..32c9c469fa8 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1196,6 +1196,12 @@ org.apache.commons commons-dbcp2 ${commons-dbcp2.version} + + + commons-logging + commons-logging + + org.apache.commons