chore: 添加邮箱API
This commit is contained in:
@@ -30,6 +30,8 @@ dependencies {
|
|||||||
}
|
}
|
||||||
// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
|
// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
|
||||||
api("org.quartz-scheduler:quartz:2.3.2") { isTransitive = false }
|
api("org.quartz-scheduler:quartz:2.3.2") { isTransitive = false }
|
||||||
|
// https://mvnrepository.com/artifact/com.sun.mail/jakarta.mail
|
||||||
|
api("com.sun.mail:jakarta.mail:2.0.1")
|
||||||
|
|
||||||
// https://www.spigotmc.org/resources/nbt-api.7939/
|
// https://www.spigotmc.org/resources/nbt-api.7939/
|
||||||
implementation("de.tr7zw:item-nbt-api:2.12.2")
|
implementation("de.tr7zw:item-nbt-api:2.12.2")
|
||||||
|
@@ -26,6 +26,8 @@ dependencies {
|
|||||||
}
|
}
|
||||||
// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
|
// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
|
||||||
api("org.quartz-scheduler:quartz:2.3.2") { isTransitive = false }
|
api("org.quartz-scheduler:quartz:2.3.2") { isTransitive = false }
|
||||||
|
// https://mvnrepository.com/artifact/com.sun.mail/jakarta.mail
|
||||||
|
api("com.sun.mail:jakarta.mail:2.0.1")
|
||||||
|
|
||||||
implementation("com.zaxxer:HikariCP:4.0.3") { exclude(group = "org.slf4j") }
|
implementation("com.zaxxer:HikariCP:4.0.3") { exclude(group = "org.slf4j") }
|
||||||
|
|
||||||
|
@@ -19,6 +19,8 @@ dependencies {
|
|||||||
exclude(group = "org.slf4j")
|
exclude(group = "org.slf4j")
|
||||||
}
|
}
|
||||||
compileOnlyApi("org.quartz-scheduler:quartz:2.3.2") { isTransitive = false }
|
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
|
// https://mvnrepository.com/artifact/com.zaxxer/HikariCP
|
||||||
compileOnly("com.zaxxer:HikariCP:4.0.3") { isTransitive = false }
|
compileOnly("com.zaxxer:HikariCP:4.0.3") { isTransitive = false }
|
||||||
|
@@ -15,6 +15,8 @@ dependencies {
|
|||||||
}
|
}
|
||||||
// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
|
// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
|
||||||
api("org.quartz-scheduler:quartz:2.3.2") { isTransitive = false }
|
api("org.quartz-scheduler:quartz:2.3.2") { isTransitive = false }
|
||||||
|
// https://mvnrepository.com/artifact/com.sun.mail/jakarta.mail
|
||||||
|
api("com.sun.mail:jakarta.mail:2.0.1")
|
||||||
|
|
||||||
// https://mvnrepository.com/artifact/com.zaxxer/HikariCP
|
// https://mvnrepository.com/artifact/com.zaxxer/HikariCP
|
||||||
implementation("com.zaxxer:HikariCP:5.1.0") { isTransitive = false }
|
implementation("com.zaxxer:HikariCP:5.1.0") { isTransitive = false }
|
||||||
|
Reference in New Issue
Block a user