diff options
author | Vitaly Takmazov | 2016-11-15 15:56:06 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-15 15:56:06 +0300 |
commit | 2cfabeab2e64a1b8b6db32a0135a2fce06bc87ab (patch) | |
tree | 65790951a6b43e436f8bfc742cc3a81cbeeb7b2c /juick-notifications/build.gradle | |
parent | 1c65b6d29c0fc69d861ffa0e624f73981b62cca6 (diff) |
all components using babbler now, only juick-xmpp uses ugnich xmpp
Diffstat (limited to 'juick-notifications/build.gradle')
-rw-r--r-- | juick-notifications/build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
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}" |