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") {