|
|
|
|
@ -16,7 +16,7 @@ dependencies {
@@ -16,7 +16,7 @@ dependencies {
|
|
|
|
|
optional(project(":spring-context-support")) // for FreeMarker support |
|
|
|
|
optional("javax.servlet:javax.servlet-api:3.1.0") |
|
|
|
|
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}") |
|
|
|
|
@ -48,7 +48,7 @@ dependencies {
@@ -48,7 +48,7 @@ dependencies {
|
|
|
|
|
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}") |
|
|
|
|
testCompile("org.eclipse.jetty:jetty-server:${jettyVersion}") |
|
|
|
|
testCompile("org.eclipse.jetty:jetty-servlet:${jettyVersion}") |
|
|
|
|
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}") |
|
|
|
|
|