diff options
author | Vitaly Takmazov | 2018-03-15 23:44:53 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-03-15 23:45:07 +0300 |
commit | 4e1dd51c3e21a7143897bbb19c949e4fb9deaf07 (patch) | |
tree | 65019ac1d9c1fd072f3bbb1fa2df3db5a0a9bb76 /juick-www/build.gradle | |
parent | 78411d65fe670504d2c7e87092e7bd20e9fde58d (diff) |
boot: exclude tomcat from juick-www war
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index cbe41edf..fb7f8131 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -24,6 +24,7 @@ dependencies { compile project(':juick-server-web') compile project(':juick-server-jdbc') compile ('org.springframework.boot:spring-boot-starter-security') + providedRuntime("org.springframework.boot:spring-boot-starter-tomcat") compile 'com.github.scribejava:scribejava-apis:5.3.0' compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'com.sun.mail:javax.mail:1.6.1' |