From f049bc64c123c3307525ecb11dad455a3f4446c7 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 13 Nov 2019 13:26:32 +0300 Subject: Undertow -> Tomcat --- build.gradle | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.gradle b/build.gradle index 17bd948a..a9024695 100644 --- a/build.gradle +++ b/build.gradle @@ -113,17 +113,12 @@ asciidoctor { outputDir = docsOutputDir } -configurations { - compile.exclude module: 'spring-boot-starter-tomcat' -} - dependencies { compile ('org.springframework.boot:spring-boot-starter-cache') compile ('org.springframework.boot:spring-boot-starter-security') 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-json") compile ('org.springframework.boot:spring-boot-devtools') -- cgit v1.2.3