do not include tomcat runtime

pull/11/head
Zlatin Balevsky 2019-07-11 20:41:57 +01:00
parent fa6aea1abe
commit 9ed94c8376
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ dependencies {
compile "org.springframework.boot:spring-boot-autoconfigure"
compile "org.grails:grails-core"
compile "org.springframework.boot:spring-boot-starter-actuator"
compile "org.springframework.boot:spring-boot-starter-tomcat"
provided "org.springframework.boot:spring-boot-starter-tomcat"
compile "org.grails:grails-web-boot"
compile "org.grails:grails-logging"
compile "org.grails:grails-plugin-rest"