removed false corrections

This commit is contained in:
Jottyfan 2024-02-23 15:38:21 +01:00
parent e20c24d006
commit fe8100c59e

View File

@ -89,12 +89,6 @@ dependencies {
testImplementation 'org.springframework.security:spring-security-test' testImplementation 'org.springframework.security:spring-security-test'
} }
configurations {
runtime {
exclude(group = "commons-logging", module = "commons-logging")
}
}
test { test {
useJUnitPlatform() useJUnitPlatform()
} }