Skip to content

Commit

Permalink
Exclude slf4j2 from cron-utils (line#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 authored Aug 25, 2023
1 parent 44e3376 commit 6b10542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6b10542

Please sign in to comment.