|
|
|
|
@ -26,7 +26,7 @@ dependencies {
@@ -26,7 +26,7 @@ dependencies {
|
|
|
|
|
optional("javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:1.2.1") |
|
|
|
|
optional("javax.el:javax.el-api:3.0.1-b04") |
|
|
|
|
optional("javax.xml.bind:jaxb-api:2.3.0") |
|
|
|
|
optional('org.webjars:webjars-locator:0.32-1') |
|
|
|
|
optional('org.webjars:webjars-locator-core:0.35') |
|
|
|
|
optional("com.rometools:rome:1.9.0") |
|
|
|
|
optional("com.github.librepdf:openpdf:1.0.5") |
|
|
|
|
optional("org.apache.poi:poi-ooxml:3.17") |
|
|
|
|
@ -61,7 +61,7 @@ dependencies {
@@ -61,7 +61,7 @@ dependencies {
|
|
|
|
|
testCompile("commons-fileupload:commons-fileupload:1.3.3") |
|
|
|
|
testCompile("commons-io:commons-io:2.5") |
|
|
|
|
testCompile("joda-time:joda-time:2.9.9") |
|
|
|
|
testCompile("org.mozilla:rhino:1.7.7.2") |
|
|
|
|
testCompile("org.mozilla:rhino:1.7.8") |
|
|
|
|
testCompile("dom4j:dom4j:1.6.1") { |
|
|
|
|
exclude group: "xml-apis", module: "xml-apis" |
|
|
|
|
} |
|
|
|
|
@ -77,7 +77,7 @@ dependencies {
@@ -77,7 +77,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.1.14.0") |
|
|
|
|
testRuntime("org.jruby:jruby:9.1.15.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") |
|
|
|
|
|