aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-notifications/build.gradle')
-rw-r--r--juick-notifications/build.gradle5
1 files changed, 4 insertions, 1 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle
index 10207a7f..b5b7bd89 100644
--- a/juick-notifications/build.gradle
+++ b/juick-notifications/build.gradle
@@ -1,9 +1,12 @@
apply plugin: 'java'
apply plugin: 'org.springframework.boot'
-apply plugin: 'io.spring.dependency-management'
dependencies {
compile project(':juick-common')
+ compile("org.springframework.boot:spring-boot-starter-websocket") {
+ exclude module: "spring-boot-starter-tomcat"
+ exclude module: "spring-boot-starter-web"
+ }
compile 'com.ganyo:gcm-server:1.1.0'
compile 'com.turo:pushy:0.13.4'
}