spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-mail/build.gradle
Andy Wilkinson 3a2703e8f6 Upgrade to Jakarta Mail 2.1 and switch to Eclipse Angus RI
Closes gh-33059
Closes gh-33050
2022-11-08 11:01:15 +00:00

12 lines
328 B
Groovy

plugins {
id "org.springframework.boot.starter"
}
description = "Starter for using Java Mail and Spring Framework's email sending support"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter"))
api("org.springframework:spring-context-support")
api("org.eclipse.angus:jakarta.mail")
}