From 643d8fd7ae6416cdd6fb340c4ab1500d6d8824f9 Mon Sep 17 00:00:00 2001 From: Nikita Ivanchenko Date: Sun, 16 Jul 2023 00:19:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BA=D0=BB=D1=8E=D1=87=D0=B8?= =?UTF-8?q?=D0=BB=20commons-logging.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index ee401a3a3e3..36cf05bd14a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,6 +54,14 @@ val isSnapshot = gitVersioning.gitVersionDetails.refType != GitRefType.TAG val languageToolVersion = "6.1" +allprojects { + configurations { + all { + exclude(group = "commons-logging") + } + } +} + dependencyManagement { imports { mavenBom("io.sentry:sentry-bom:6.25.2")