From 18993c395484e89ac874422d747da6524d2c72e9 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 1 Nov 2018 15:28:01 +0300 Subject: Tomcat -> Undertow --- juick-server/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/juick-server/build.gradle b/juick-server/build.gradle index e9415548..69c1f51e 100644 --- a/juick-server/build.gradle +++ b/juick-server/build.gradle @@ -58,6 +58,10 @@ asciidoctor { outputDir = docsOutputDir } +configurations { + compile.exclude module: 'spring-boot-starter-tomcat' +} + dependencies { compile project(':juick-common') compile 'com.github.ben-manes.caffeine:caffeine:2.6.2' @@ -66,6 +70,7 @@ dependencies { compile ('org.springframework.boot:spring-boot-starter-jdbc') compile("org.springframework.boot:spring-boot-starter-security") compile("org.springframework.boot:spring-boot-starter-web") + compile("org.springframework.boot:spring-boot-starter-undertow") compile("org.springframework.boot:spring-boot-starter-websocket") compile 'org.springframework.boot:spring-boot-devtools' -- cgit v1.2.3