Remove commons-logging

Closes gh-10499
This commit is contained in:
Rob Winch
2022-01-14 16:35:12 -06:00
parent 122f7b52bd
commit 95b4a3742b
3 changed files with 5 additions and 2 deletions

View File

@@ -81,6 +81,7 @@ dependencies {
testImplementation "org.mockito:mockito-inline"
testImplementation ('org.openid4java:openid4java-nodeps') {
exclude group: 'com.google.code.guice', module: 'guice'
exclude group: 'commons-logging', module: 'commons-logging'
}
testImplementation('org.seleniumhq.selenium:htmlunit-driver') {
exclude group: 'commons-logging', module: 'commons-logging'