This commit is contained in:
NotMyFault 2021-02-15 19:40:38 +01:00
parent af987016fc
commit e3ab9035a8
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C

View File

@ -99,7 +99,7 @@ dependencies {
compileOnly("com.sk89q:dummypermscompat:1.10") {
exclude("com.github.MilkBowl", "VaultAPI")
}
implementation("org.slf4j:slf4j-jdk14:${Versions.SLF4J}")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.8.1")
testImplementation("org.mockito:mockito-core:1.9.0-rc1")
compileOnly("com.sk89q.worldguard:worldguard-bukkit:7.0.4") {
exclude("com.sk89q.worldedit", "worldedit-bukkit")