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, 1 insertions, 4 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle
index b5b7bd89..203931ee 100644
--- a/juick-notifications/build.gradle
+++ b/juick-notifications/build.gradle
@@ -3,10 +3,7 @@ apply plugin: 'org.springframework.boot'
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("org.springframework.boot:spring-boot-starter-websocket")
compile 'com.ganyo:gcm-server:1.1.0'
compile 'com.turo:pushy:0.13.4'
}