--- a/build.gradle.kts Sun Dec 12 18:16:46 2021 +0100 +++ b/build.gradle.kts Wed Dec 15 19:56:05 2021 +0100 @@ -7,8 +7,6 @@ group = "de.uapcore" version = "0.6-SNAPSHOT" -val log4jVersion = "2.15.0" -val slf4jVersion = "1.7.30" val flexmarkVersion = "0.62.2" repositories { @@ -36,9 +34,6 @@ dependencies { compileOnly("javax.servlet:javax.servlet-api:3.1.0") compileOnly("javax.servlet:jstl:1.2") - implementation("org.slf4j:slf4j-api:${slf4jVersion}") - implementation("org.apache.logging.log4j:log4j-core:${log4jVersion}") - implementation("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}") implementation("com.vladsch.flexmark:flexmark:${flexmarkVersion}") implementation("com.vladsch.flexmark:flexmark-util-data:${flexmarkVersion}") implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}")