build.gradle.kts

changeset 247
e71ae69c68c0
parent 246
9a81a11be70e
child 254
55ca6cafc3dd
equal deleted inserted replaced
246:9a81a11be70e 247:e71ae69c68c0
5 war 5 war
6 } 6 }
7 group = "de.uapcore" 7 group = "de.uapcore"
8 version = "0.6-SNAPSHOT" 8 version = "0.6-SNAPSHOT"
9 9
10 val log4jVersion = "2.15.0"
11 val slf4jVersion = "1.7.30"
12 val flexmarkVersion = "0.62.2" 10 val flexmarkVersion = "0.62.2"
13 11
14 repositories { 12 repositories {
15 mavenCentral() 13 mavenCentral()
16 } 14 }
34 sourceSets { 32 sourceSets {
35 val main by getting { 33 val main by getting {
36 dependencies { 34 dependencies {
37 compileOnly("javax.servlet:javax.servlet-api:3.1.0") 35 compileOnly("javax.servlet:javax.servlet-api:3.1.0")
38 compileOnly("javax.servlet:jstl:1.2") 36 compileOnly("javax.servlet:jstl:1.2")
39 implementation("org.slf4j:slf4j-api:${slf4jVersion}")
40 implementation("org.apache.logging.log4j:log4j-core:${log4jVersion}")
41 implementation("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}")
42 implementation("com.vladsch.flexmark:flexmark:${flexmarkVersion}") 37 implementation("com.vladsch.flexmark:flexmark:${flexmarkVersion}")
43 implementation("com.vladsch.flexmark:flexmark-util-data:${flexmarkVersion}") 38 implementation("com.vladsch.flexmark:flexmark-util-data:${flexmarkVersion}")
44 implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}") 39 implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}")
45 implementation("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:${flexmarkVersion}") 40 implementation("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:${flexmarkVersion}")
46 implementation("io.github.java-diff-utils:java-diff-utils:4.5") 41 implementation("io.github.java-diff-utils:java-diff-utils:4.5")

mercurial