diff options
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 5 |
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') |