Skip to content

Commit 44bc953

Browse files
committed
Remove jcl-over-slf4j
Issue gh-10499
1 parent 95b4a37 commit 44bc953

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

config/spring-security-config.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ dependencies {
9090
exclude group: 'commons-logging', module: 'commons-logging'
9191
exclude group: 'io.netty', module: 'netty'
9292
}
93-
testImplementation 'org.slf4j:jcl-over-slf4j'
9493
testImplementation 'org.springframework.ldap:spring-ldap-core'
9594
testImplementation 'org.springframework:spring-expression'
9695
testImplementation 'org.springframework:spring-jdbc'

core/spring-security-core.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ dependencies {
3030
testImplementation "org.mockito:mockito-junit-jupiter"
3131
testImplementation "org.springframework:spring-test"
3232
testImplementation 'org.skyscreamer:jsonassert'
33-
testImplementation 'org.slf4j:jcl-over-slf4j'
3433
testImplementation 'org.springframework:spring-test'
3534

3635
testRuntimeOnly 'org.hsqldb:hsqldb'

dependencies/spring-security-dependencies.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ dependencies {
6666
api "org.seleniumhq.selenium:selenium-java:3.141.59"
6767
api "org.seleniumhq.selenium:selenium-support:3.141.59"
6868
api "org.skyscreamer:jsonassert:1.5.0"
69-
api "org.slf4j:jcl-over-slf4j:1.7.33"
7069
api "org.slf4j:log4j-over-slf4j:1.7.33"
7170
api "org.slf4j:slf4j-api:1.7.33"
7271
api "org.springframework.ldap:spring-ldap-core:2.3.5.RELEASE"

ldap/spring-security-ldap.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ dependencies {
2626
}
2727

2828
testImplementation project(':spring-security-test')
29-
testImplementation 'org.slf4j:jcl-over-slf4j'
3029
testImplementation 'org.slf4j:slf4j-api'
3130
testImplementation "org.assertj:assertj-core"
3231
testImplementation "org.junit.jupiter:junit-jupiter-api"

messaging/spring-security-messaging.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ dependencies {
2424
testImplementation "org.mockito:mockito-junit-jupiter"
2525
testImplementation "org.springframework:spring-test"
2626
testImplementation "org.slf4j:slf4j-api"
27-
testImplementation "org.slf4j:jcl-over-slf4j"
2827
testImplementation "org.slf4j:log4j-over-slf4j"
2928
testImplementation "ch.qos.logback:logback-classic"
3029

0 commit comments

Comments
 (0)