build: 添加 netty dns 依赖以支持 1.12 及以下版本
This commit is contained in:
@@ -32,6 +32,9 @@ dependencies {
|
|||||||
implementation("io.lettuce:lettuce-core:6.3.1.RELEASE") {
|
implementation("io.lettuce:lettuce-core:6.3.1.RELEASE") {
|
||||||
exclude(group = "io.netty")
|
exclude(group = "io.netty")
|
||||||
}
|
}
|
||||||
|
// https://mvnrepository.com/artifact/io.netty/netty-codec-dns
|
||||||
|
implementation("io.netty:netty-codec-dns:4.1.104.Final")
|
||||||
|
// https://mvnrepository.com/artifact/org.quartz-scheduler/quartz
|
||||||
implementation("org.quartz-scheduler:quartz:2.3.2") {
|
implementation("org.quartz-scheduler:quartz:2.3.2") {
|
||||||
isTransitive = false
|
isTransitive = false
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user