Skip to content

Commit f8e1468

Browse files
committed
Remove jcl-over-slf4j
Issue gh-10499
1 parent 3c641de commit f8e1468

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
@@ -91,7 +91,6 @@ dependencies {
9191
exclude group: 'commons-logging', module: 'commons-logging'
9292
exclude group: 'io.netty', module: 'netty'
9393
}
94-
testImplementation 'org.slf4j:jcl-over-slf4j'
9594
testImplementation 'org.springframework.ldap:spring-ldap-core'
9695
testImplementation 'org.springframework:spring-expression'
9796
testImplementation 'org.springframework:spring-jdbc'

core/spring-security-core.gradle

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

3736
testRuntimeOnly 'org.hsqldb:hsqldb'

dependencies/spring-security-dependencies.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ dependencies {
6767
api "org.seleniumhq.selenium:selenium-java:3.141.59"
6868
api "org.seleniumhq.selenium:selenium-support:3.141.59"
6969
api "org.skyscreamer:jsonassert:1.5.0"
70-
api "org.slf4j:jcl-over-slf4j:1.7.33"
7170
api "org.slf4j:log4j-over-slf4j:1.7.33"
7271
api "org.slf4j:slf4j-api:1.7.33"
7372
api "org.springframework.ldap:spring-ldap-core:2.4.0-M1"

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)