chore: 添加邮箱API

This commit is contained in:
2024-03-18 17:13:33 +08:00
parent 9bcf8a28dd
commit 7462b99ce4
4 changed files with 8 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ dependencies {
exclude(group = "org.slf4j")
}
compileOnlyApi("org.quartz-scheduler:quartz:2.3.2") { isTransitive = false }
// https://mvnrepository.com/artifact/com.sun.mail/jakarta.mail
compileOnlyApi("com.sun.mail:jakarta.mail:2.0.1")
// https://mvnrepository.com/artifact/com.zaxxer/HikariCP
compileOnly("com.zaxxer:HikariCP:4.0.3") { isTransitive = false }