feat: 将 lettuce 改为 jedis

This commit is contained in:
2024-03-13 17:34:09 +08:00
parent f6233f7e82
commit beb5a35807

View File

@@ -5,10 +5,10 @@ dependencies {
// https://mvnrepository.com/artifact/org.yaml/snakeyaml // https://mvnrepository.com/artifact/org.yaml/snakeyaml
compileOnly("org.yaml:snakeyaml:1.19") compileOnly("org.yaml:snakeyaml:1.19")
compileOnly("net.kyori:adventure-platform-api:4.3.2") { implementation("net.kyori:adventure-platform-api:4.3.2") {
exclude(group = "org.jetbrains") exclude(group = "org.jetbrains")
} }
compileOnly("net.kyori:adventure-text-serializer-gson:4.13.1") { implementation("net.kyori:adventure-text-serializer-gson:4.13.1") {
exclude(group = "org.jetbrains") exclude(group = "org.jetbrains")
exclude(group = "com.google.code.gson") exclude(group = "com.google.code.gson")
} }