aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-11-13 13:26:32 +0300
committerGravatar Vitaly Takmazov2019-11-13 13:26:32 +0300
commitf049bc64c123c3307525ecb11dad455a3f4446c7 (patch)
tree8728e8861ed91cbdddd052f65efecfd40fdac218 /build.gradle
parent96b6ba674a0af4a9934b53fd5c63a5e969127156 (diff)
Undertow -> Tomcat
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 0 insertions, 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')