|
|
|
@ -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.35") |
|
|
|
|
optional("org.webjars:webjars-locator-core:0.36") |
|
|
|
|
optional("org.freemarker:freemarker:${freemarkerVersion}") |
|
|
|
|
optional("com.fasterxml.jackson.core:jackson-databind:${jackson2Version}") |
|
|
|
|
optional("com.fasterxml.jackson.dataformat:jackson-dataformat-smile:${jackson2Version}") |
|
|
|
@ -40,7 +40,7 @@ dependencies {
@@ -40,7 +40,7 @@ dependencies {
|
|
|
|
|
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}") |
|
|
|
|
testCompile("javax.xml.bind:jaxb-api:2.3.0") |
|
|
|
|
testCompile("com.fasterxml:aalto-xml:1.0.0") |
|
|
|
|
testCompile("org.hibernate:hibernate-validator:6.0.13.Final") |
|
|
|
|
testCompile("org.hibernate:hibernate-validator:6.0.14.Final") |
|
|
|
|
testCompile "io.reactivex.rxjava2:rxjava:${rxjava2Version}" |
|
|
|
|
testCompile("io.projectreactor:reactor-test") |
|
|
|
|
testCompile("io.undertow:undertow-core:${undertowVersion}") |
|
|
|
@ -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.0") |
|
|
|
|
testCompile("com.squareup.okhttp3:mockwebserver:3.12.1") |
|
|
|
|
testCompile("org.jetbrains.kotlin:kotlin-script-runtime:${kotlinVersion}") |
|
|
|
|
testRuntime("org.jetbrains.kotlin:kotlin-script-util:${kotlinVersion}") |
|
|
|
|
testRuntime("org.jetbrains.kotlin:kotlin-compiler:${kotlinVersion}") |
|
|
|
|