From fe8100c59e3ecb1b6ff7fb9db13ba87c1b994721 Mon Sep 17 00:00:00 2001 From: Jottyfan Date: Fri, 23 Feb 2024 15:38:21 +0100 Subject: [PATCH] removed false corrections --- build.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/build.gradle b/build.gradle index c22e337..33a1a4f 100644 --- a/build.gradle +++ b/build.gradle @@ -89,12 +89,6 @@ dependencies { testImplementation 'org.springframework.security:spring-security-test' } -configurations { - runtime { - exclude(group = "commons-logging", module = "commons-logging") - } -} - test { useJUnitPlatform() }