Skip to content

Commit de59586

Browse files
committed
Reinstate spring-boot-dependencies' exclusion of jcl-over-slf4j
Closes gh-20441
1 parent 8282c1b commit de59586

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,11 @@ bom {
164164
imports = [
165165
"java-driver-bom"
166166
]
167+
modules = [
168+
"java-driver-core" {
169+
exclude group: "org.slf4j", module: "jcl-over-slf4j"
170+
}
171+
]
167172
}
168173
}
169174
library("Classmate", "1.5.1") {

0 commit comments

Comments
 (0)