Replace spring-jcl with vanilla commons-logging
See gh-45487 Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
This commit is contained in:
committed by
Phillip Webb
parent
111e710576
commit
6fceab2c90
@@ -26,7 +26,5 @@ dependencies {
|
||||
testImplementation("org.mockito:mockito-core")
|
||||
testImplementation("org.projectlombok:lombok")
|
||||
testImplementation("org.springframework:spring-core")
|
||||
testImplementation("org.apache.commons:commons-dbcp2") {
|
||||
exclude group: "commons-logging", module: "commons-logging"
|
||||
}
|
||||
testImplementation("org.apache.commons:commons-dbcp2")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user