From 2cfabeab2e64a1b8b6db32a0135a2fce06bc87ab Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 15 Nov 2016 15:56:06 +0300 Subject: all components using babbler now, only juick-xmpp uses ugnich xmpp --- juick-notifications/build.gradle | 3 +++ 1 file changed, 3 insertions(+) (limited to 'juick-notifications/build.gradle') diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index a55da11a..c8350adb 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -5,12 +5,15 @@ apply plugin: 'com.github.ben-manes.versions' repositories { mavenCentral() + maven { url "https://jitpack.io" } } def springFrameworkVersion = '4.3.4.RELEASE' dependencies { compile project(':server-core') + compile 'org.bitbucket.sco0ter.babbler:xmpp-core-client:279e488e51' + compile 'org.bitbucket.sco0ter.babbler:xmpp-extensions-client:279e488e51' compile 'com.ganyo:gcm-server:1.1.0' compile 'com.notnoop.apns:apns:1.0.0.Beta6' compile "org.springframework:spring-webmvc:${springFrameworkVersion}" -- cgit v1.2.3