|
|
|
@ -17,7 +17,7 @@ dependencies {
@@ -17,7 +17,7 @@ dependencies {
|
|
|
|
|
optional(project(":spring-context-support")) // for FreeMarker support |
|
|
|
|
optional("javax.servlet:javax.servlet-api:4.0.1") |
|
|
|
|
optional("javax.websocket:javax.websocket-api:1.1") |
|
|
|
|
optional("org.webjars:webjars-locator-core:0.36") |
|
|
|
|
optional("org.webjars:webjars-locator-core:0.37") |
|
|
|
|
optional("org.freemarker:freemarker:${freemarkerVersion}") |
|
|
|
|
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}") |
|
|
|
|
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}") |
|
|
|
@ -51,11 +51,11 @@ dependencies {
@@ -51,11 +51,11 @@ dependencies {
|
|
|
|
|
testCompile("org.eclipse.jetty:jetty-server") |
|
|
|
|
testCompile("org.eclipse.jetty:jetty-servlet") |
|
|
|
|
testCompile("org.eclipse.jetty:jetty-reactive-httpclient:1.0.2") |
|
|
|
|
testCompile("com.squareup.okhttp3:mockwebserver:3.12.1") |
|
|
|
|
testCompile("com.squareup.okhttp3:mockwebserver:3.13.1") |
|
|
|
|
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.5.0") |
|
|
|
|
testRuntime("org.jruby:jruby:9.2.6.0") |
|
|
|
|
testRuntime("org.python:jython-standalone:2.7.1") |
|
|
|
|
testRuntime("org.synchronoss.cloud:nio-multipart-parser:1.1.0") |
|
|
|
|
testRuntime("org.webjars:underscorejs:1.8.3") |
|
|
|
|