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 } |