aboutsummaryrefslogtreecommitdiff
path: root/juick-www/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-04-10 10:23:21 +0300
committerGravatar Vitaly Takmazov2018-04-10 10:23:21 +0300
commit47ca89612bb367ae0a48987e2dc65d77a2b243a4 (patch)
tree63a184bfc6d7292a7bd562fffbf7449f3d72ab68 /juick-www/build.gradle
parenta8094e3b0e3c81d8f77f9ccf07d2d5903a4ff5fa (diff)
fix xmpp flow
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r--juick-www/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle
index 9e1ee3e4..2134b57e 100644
--- a/juick-www/build.gradle
+++ b/juick-www/build.gradle
@@ -31,6 +31,7 @@ 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")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
providedRuntime 'com.h2database:h2:1.4.196'
providedRuntime 'mysql:mysql-connector-java:5.1.45'