diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index a8f43785a..3cf8f4742 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -19,6 +19,10 @@ springBoot { buildInfo() } +configurations.all { + exclude(group = "commons-logging", module = "commons-logging") +} + val swaggerVersion = "2.0.2" val restAssuredVersion = "5.3.0" val jjwtVersion = "0.11.5"