build.gradle.kts

changeset 166
6eede6088d41
parent 162
2adc8623dd89
child 174
690a9aad3f16
equal deleted inserted replaced
165:b1fc8aed5969 166:6eede6088d41
7 group = "de.uapcore" 7 group = "de.uapcore"
8 version = "0.5-SNAPSHOT" 8 version = "0.5-SNAPSHOT"
9 9
10 val log4jVersion = "2.13.1" 10 val log4jVersion = "2.13.1"
11 val slf4jVersion = "1.7.30" 11 val slf4jVersion = "1.7.30"
12 val flexmarkVersion = "0.62.2"
12 13
13 repositories { 14 repositories {
14 mavenCentral() 15 mavenCentral()
15 } 16 }
16 17
30 compileOnly("javax.servlet:javax.servlet-api:3.1.0") 31 compileOnly("javax.servlet:javax.servlet-api:3.1.0")
31 compileOnly("javax.servlet:jstl:1.2") 32 compileOnly("javax.servlet:jstl:1.2")
32 implementation("org.slf4j:slf4j-api:${slf4jVersion}") 33 implementation("org.slf4j:slf4j-api:${slf4jVersion}")
33 implementation("org.apache.logging.log4j:log4j-core:${log4jVersion}") 34 implementation("org.apache.logging.log4j:log4j-core:${log4jVersion}")
34 implementation("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}") 35 implementation("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}")
35 implementation("com.vladsch.flexmark:flexmark-all:0.62.2") 36 implementation("com.vladsch.flexmark:flexmark:${flexmarkVersion}")
37 implementation("com.vladsch.flexmark:flexmark-util-data:${flexmarkVersion}")
38 implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}")
39 implementation("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:${flexmarkVersion}")
36 } 40 }
37 } 41 }
38 } 42 }
39 } 43 }

mercurial