From de5958617027e08eabe5f72728a46a3b240596a4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 Mar 2020 19:59:29 +0000 Subject: [PATCH] Reinstate spring-boot-dependencies' exclusion of jcl-over-slf4j Closes gh-20441 --- spring-boot-project/spring-boot-dependencies/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index d542a96f6b..c1fd77825d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -164,6 +164,11 @@ bom { imports = [ "java-driver-bom" ] + modules = [ + "java-driver-core" { + exclude group: "org.slf4j", module: "jcl-over-slf4j" + } + ] } } library("Classmate", "1.5.1") {