Skip to content

Commit

Permalink
fix(build): remove slf4j-reload4j that break application logger
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Apr 4, 2023
1 parent 6e0deae commit 5229fbf
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 @@ -30,6 +30,7 @@ configurations.all {
exclude group: 'org.apache.logging.log4j', module: 'log4j-slf4j-impl'
exclude group: 'org.apache.logging.log4j', module: 'log4j-core'
exclude group: 'org.apache.logging.log4j', module: 'log4j-api'
exclude group: 'org.slf4j', module: 'slf4j-reload4j'

resolutionStrategy {
force("org.apache.kafka:kafka-clients:" + kafkaVersion)
Expand Down

0 comments on commit 5229fbf

Please sign in to comment.