1
0
mirror of synced 2026-05-22 13:23:17 +00:00

Remove commons-logging

Closes gh-10499
This commit is contained in:
Rob Winch
2022-01-14 16:35:12 -06:00
parent 72dd4e738b
commit 3c641dee75
3 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -16,6 +16,7 @@ dependencies {
// We use the maven central version here instead.
api('org.openid4java:openid4java-nodeps') {
exclude group: 'com.google.code.guice', module: 'guice'
exclude group: 'commons-logging', module: 'commons-logging'
}
api 'org.springframework:spring-aop'
api 'org.springframework:spring-beans'
@@ -26,7 +27,9 @@ dependencies {
provided 'javax.servlet:javax.servlet-api'
runtimeOnly 'net.sourceforge.nekohtml:nekohtml'
runtimeOnly 'org.apache.httpcomponents:httpclient'
runtimeOnly('org.apache.httpcomponents:httpclient') {
exclude group: 'commons-logging', module: 'commons-logging'
}
testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api"