build.gradle.kts

changeset 162
2adc8623dd89
parent 151
b3f14cd4f3ab
child 166
6eede6088d41
equal deleted inserted replaced
161:3d9218457b62 162:2adc8623dd89
30 compileOnly("javax.servlet:javax.servlet-api:3.1.0") 30 compileOnly("javax.servlet:javax.servlet-api:3.1.0")
31 compileOnly("javax.servlet:jstl:1.2") 31 compileOnly("javax.servlet:jstl:1.2")
32 implementation("org.slf4j:slf4j-api:${slf4jVersion}") 32 implementation("org.slf4j:slf4j-api:${slf4jVersion}")
33 implementation("org.apache.logging.log4j:log4j-core:${log4jVersion}") 33 implementation("org.apache.logging.log4j:log4j-core:${log4jVersion}")
34 implementation("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}") 34 implementation("org.apache.logging.log4j:log4j-slf4j-impl:${log4jVersion}")
35 implementation("com.vladsch.flexmark:flexmark-all:0.62.2")
35 } 36 }
36 } 37 }
37 } 38 }
38 } 39 }

mercurial