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") |