From 6b1054254664f9f7ab2760acc0f7017bee1c57d9 Mon Sep 17 00:00:00 2001 From: jrhee17 Date: Fri, 25 Aug 2023 18:42:04 +0900 Subject: [PATCH] Exclude `slf4j2` from `cron-utils` (#872) --- dependencies.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/dependencies.toml b/dependencies.toml index 9922e30554..b9d3e5984f 100644 --- a/dependencies.toml +++ b/dependencies.toml @@ -110,6 +110,7 @@ version.ref = "checkstyle" [libraries.cron-utils] module = "com.cronutils:cron-utils" version.ref = "cron-utils" +exclusions = 'org.slf4j:slf4j-api' # cron-utils brings in slf4j2 relocations = { from = "com.cronutils", to = "com.linecorp.centraldogma.internal.shaded.cronutils" } # Ensure that we use the same ZooKeeper version as what Curator depends on.