feat: 将redission更换为lettuce
This commit is contained in:
@@ -5,18 +5,8 @@ dependencies {
|
||||
compileOnly("net.md-5:bungeecord-api:+")
|
||||
|
||||
compileOnly("cn.hamster3.mc.plugin:core-bungeecord:+")
|
||||
|
||||
implementation("org.redisson:redisson:+") {
|
||||
// exclude(group = "io.netty", module="netty-codec")
|
||||
// exclude(group = "io.netty", module="netty-codec-dns")
|
||||
// exclude(group = "io.netty", module="netty-buffer")
|
||||
// exclude(group = "io.netty", module="netty-handler")
|
||||
// exclude(group = "io.netty", module="netty-resolver")
|
||||
// exclude(group = "io.netty", module="netty-transport")
|
||||
// exclude(group = "org.yaml")
|
||||
// exclude(group = "io.netty")
|
||||
exclude(group = "org.slf4j")
|
||||
}
|
||||
// https://mvnrepository.com/artifact/io.lettuce/lettuce-core
|
||||
implementation("io.lettuce:lettuce-core:6.2.6.RELEASE")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
Reference in New Issue
Block a user