mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-25 05:21:29 +02:00
Jedis requires SLF4J (#1579)
This commit is contained in:
@@ -74,6 +74,8 @@ public class DependencyRegistry {
|
|||||||
if (this.plugin.getConfiguration().get(ConfigKeys.REDIS_ENABLED)) {
|
if (this.plugin.getConfiguration().get(ConfigKeys.REDIS_ENABLED)) {
|
||||||
dependencies.add(Dependency.COMMONS_POOL_2);
|
dependencies.add(Dependency.COMMONS_POOL_2);
|
||||||
dependencies.add(Dependency.JEDIS);
|
dependencies.add(Dependency.JEDIS);
|
||||||
|
dependencies.add(Dependency.SLF4J_API);
|
||||||
|
dependencies.add(Dependency.SLF4J_SIMPLE);
|
||||||
}
|
}
|
||||||
|
|
||||||
// don't load slf4j if it's already present
|
// don't load slf4j if it's already present
|
||||||
|
Reference in New Issue
Block a user