Skip to content

Commit

Permalink
[LI-HOTFIX] Exclude logback the assumption we make is that log4j will…
Browse files Browse the repository at this point in the history
… be used

TICKET = N/A
LI_DESCRIPTION = Exclude logback the assumption we make is that log4j will be used
EXIT_CRITERIA = N/A
  • Loading branch information
gitlw committed May 1, 2024
1 parent ada30cf commit 8ee97ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +883,7 @@ project(':core') {
implementation libs.dropwizardMetrics
exclude module: 'slf4j-log4j12'
exclude module: 'log4j'
exclude group: 'ch.qos.logback', module: 'logback-classic'
}
// ZooKeeperMain depends on commons-cli but declares the dependency as `provided`
implementation libs.commonsCli
Expand Down

0 comments on commit 8ee97ee

Please sign in to comment.