From 15753b2ebdac2ab49cf5682c417851a0653e136e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 25 Sep 2018 12:49:57 +0300 Subject: notifications server refactoring --- juick-notifications/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'juick-notifications/build.gradle') 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' } -- cgit v1.2.3