diff --git a/notifier/build.gradle.kts b/notifier/build.gradle.kts index 30c8fb04304ab..fa0c167ac5201 100644 --- a/notifier/build.gradle.kts +++ b/notifier/build.gradle.kts @@ -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)