From ae3d651f7001d683953e4e37a7471e470325d491 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Mon, 23 Oct 2023 11:36:07 +0800 Subject: [PATCH] Add slf4j-api for greenmail Signed-off-by: Hailong Cui --- notifications/core/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/notifications/core/build.gradle b/notifications/core/build.gradle index 19df7fb9..79893d4e 100644 --- a/notifications/core/build.gradle +++ b/notifications/core/build.gradle @@ -161,6 +161,7 @@ dependencies { testImplementation 'org.springframework.integration:spring-integration-mail:5.5.0' // https://mvnrepository.com/artifact/com.icegreen/greenmail testImplementation group: 'com.icegreen', name: 'greenmail', version: '1.6.14' + testImplementation "org.slf4j:slf4j-api:${versions.slf4j}" testImplementation 'org.springframework.integration:spring-integration-test-support:5.5.0' testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.6.2') testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"