Skip to content

Commit

Permalink
chore(notifier): Explain why slf4j-log4j12 is excluded
Browse files Browse the repository at this point in the history
The reason also is in the Git history, but this is more visible.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
  • Loading branch information
sschuberth committed Oct 1, 2023
1 parent 8fa94ab commit 8a3144e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notifier/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies {
implementation(libs.jiraRestClientApi)
implementation(libs.jiraRestClientApp) {
exclude("org.slf4j", "slf4j-log4j12")
.because("the SLF4J implementation from Log4j 2 is used")
}

testImplementation(libs.greenmail)
Expand Down

0 comments on commit 8a3144e

Please sign in to comment.