Skip to content

Commit 07b13a4

Browse files
committed
Use separate Jakarta Mail API and Angus Mail dependencies
Closes gh-47983
1 parent c0d18f7 commit 07b13a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

module/spring-boot-mail/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,15 @@ description = "Spring Boot Mail"
2828
dependencies {
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")

0 commit comments

Comments
 (0)