|
|
|
@ -23,7 +23,7 @@ dependencies {
@@ -23,7 +23,7 @@ dependencies {
|
|
|
|
|
optional("javax.xml.bind:jaxb-api:2.3.1") |
|
|
|
|
optional("org.webjars:webjars-locator-core:0.37") |
|
|
|
|
optional("com.rometools:rome:1.12.0") |
|
|
|
|
optional("com.github.librepdf:openpdf:1.2.16") |
|
|
|
|
optional("com.github.librepdf:openpdf:1.2.17") |
|
|
|
|
optional("org.apache.poi:poi-ooxml:4.1.0") |
|
|
|
|
optional("org.freemarker:freemarker:${freemarkerVersion}") |
|
|
|
|
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}") |
|
|
|
@ -55,7 +55,7 @@ dependencies {
@@ -55,7 +55,7 @@ dependencies {
|
|
|
|
|
} |
|
|
|
|
testCompile("commons-fileupload:commons-fileupload:1.4") |
|
|
|
|
testCompile("commons-io:commons-io:2.5") |
|
|
|
|
testCompile("joda-time:joda-time:2.10.1") |
|
|
|
|
testCompile("joda-time:joda-time:2.10.2") |
|
|
|
|
testCompile("org.mozilla:rhino:1.7.10") |
|
|
|
|
testCompile("dom4j:dom4j:1.6.1") { |
|
|
|
|
exclude group: "xml-apis", module: "xml-apis" |
|
|
|
@ -74,7 +74,7 @@ dependencies {
@@ -74,7 +74,7 @@ dependencies {
|
|
|
|
|
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}") |
|
|
|
|
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}") |
|
|
|
|
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}") |
|
|
|
|
testRuntime("org.jruby:jruby:9.2.6.0") |
|
|
|
|
testRuntime("org.jruby:jruby:9.2.7.0") |
|
|
|
|
testRuntime("org.python:jython-standalone:2.7.1") |
|
|
|
|
testRuntime("org.webjars:underscorejs:1.8.3") |
|
|
|
|
testRuntime("org.glassfish:javax.el:3.0.1-b08") |
|
|
|
|