Skip to content

Commit

Permalink
Add slf4j-api for greenmail
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Oct 23, 2023
1 parent 950e6b3 commit ae3d651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notifications/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit ae3d651

Please sign in to comment.