mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-08 20:09:59 +01:00
Jedis requires SLF4J (#1579)
This commit is contained in:
parent
ffe6c24b53
commit
5577e3f590
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user