diff options
Diffstat (limited to 'juick-server/build.gradle')
-rw-r--r-- | juick-server/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
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' |