build.gradle.kts

changeset 247
e71ae69c68c0
parent 246
9a81a11be70e
child 254
55ca6cafc3dd
     1.1 --- a/build.gradle.kts	Sun Dec 12 18:16:46 2021 +0100
     1.2 +++ b/build.gradle.kts	Wed Dec 15 19:56:05 2021 +0100
     1.3 @@ -7,8 +7,6 @@
     1.4  group = "de.uapcore"
     1.5  version = "0.6-SNAPSHOT"
     1.6  
     1.7 -val log4jVersion = "2.15.0"
     1.8 -val slf4jVersion = "1.7.30"
     1.9  val flexmarkVersion = "0.62.2"
    1.10  
    1.11  repositories {
    1.12 @@ -36,9 +34,6 @@
    1.13              dependencies {
    1.14                  compileOnly("javax.servlet:javax.servlet-api:3.1.0")
    1.15                  compileOnly("javax.servlet:jstl:1.2")
    1.16 -                implementation("org.slf4j:slf4j-api:${slf4jVersion}")
    1.17 -                implementation("org.apache.logging.log4j:log4j-core:${log4jVersion}")
    1.18 -                implementation("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}")
    1.19                  implementation("com.vladsch.flexmark:flexmark:${flexmarkVersion}")
    1.20                  implementation("com.vladsch.flexmark:flexmark-util-data:${flexmarkVersion}")
    1.21                  implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}")

mercurial