Skip to content

Commit a80592a

Browse files
committed
Use commons-logging directly
Closes gh-17061
1 parent b453840 commit a80592a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

buildSrc/src/main/java/org/springframework/gradle/classpath/CheckClasspathForProhibitedDependencies.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,6 @@ private boolean prohibited(ModuleVersionIdentifier id) {
8181
if (group.startsWith("javax")) {
8282
return true;
8383
}
84-
if (group.equals("commons-logging")) {
85-
return true;
86-
}
8784
if (group.equals("org.slf4j") && id.getName().equals("jcl-over-slf4j")) {
8885
return true;
8986
}

crypto/spring-security-crypto.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'io.spring.convention.spring-module'
22

33
dependencies {
44
management platform(project(":spring-security-dependencies"))
5-
optional 'org.springframework:spring-jcl'
65
optional 'org.springframework:spring-core'
76
optional 'org.bouncycastle:bcpkix-jdk18on'
87

0 commit comments

Comments
 (0)