File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,15 @@ description = "Spring Boot Mail"
2828dependencies {
2929 api(project(" :core:spring-boot" ))
3030 api(" org.springframework:spring-context-support" )
31- api(" org.eclipse.angus :jakarta.mail" )
31+ api(" jakarta.mail :jakarta.mail-api " )
3232
3333 compileOnly(" com.fasterxml.jackson.core:jackson-annotations" )
3434
3535 optional(project(" :core:spring-boot-autoconfigure" ))
3636 optional(project(" :module:spring-boot-health" ))
3737
38+ runtimeOnly(" org.eclipse.angus:angus-mail" )
39+
3840 dockerTestImplementation(project(" :core:spring-boot-test" ))
3941 dockerTestImplementation(project(" :test-support:spring-boot-docker-test-support" ))
4042 dockerTestImplementation(" org.testcontainers:testcontainers-junit-jupiter" )
You can’t perform that action at this time.
0 commit comments