diff options
author | Vitaly Takmazov | 2018-05-16 08:50:29 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2018-05-16 09:01:40 +0000 |
commit | 55625e2fdbf3b3776abd157c588b559b4aaf1ef8 (patch) | |
tree | 82c9ff3a79a340a0bf042a84adae42c024d1dd7e /juick-www/build.gradle | |
parent | 1f7c9279f4cc38e1e365f6a97b4557bd96604f41 (diff) |
www: disable devtools
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index f211149b..acdb4369 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -31,7 +31,6 @@ dependencies { compile("org.springframework.boot:spring-boot-starter-cache") compile("org.springframework.boot:spring-boot-starter-web") compile ('org.springframework.boot:spring-boot-starter-security') - providedRuntime("org.springframework.boot:spring-boot-devtools") providedCompile("org.springframework.boot:spring-boot-starter-tomcat") providedRuntime 'com.h2database:h2:1.4.196' providedRuntime 'mysql:mysql-connector-java:5.1.45' |