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-xmpp/build.gradle | |
parent | 1c65b6d29c0fc69d861ffa0e624f73981b62cca6 (diff) |
all components using babbler now, only juick-xmpp uses ugnich xmpp
Diffstat (limited to 'juick-xmpp/build.gradle')
-rw-r--r-- | juick-xmpp/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle index b05762c4..892e23cb 100644 --- a/juick-xmpp/build.gradle +++ b/juick-xmpp/build.gradle @@ -5,6 +5,7 @@ apply plugin: 'com.github.ben-manes.versions' repositories { mavenCentral() + maven { url "https://jitpack.io" } } def springFrameworkVersion = '4.3.4.RELEASE' @@ -13,6 +14,7 @@ def slf4jVersion = '1.7.21' dependencies { compile project(':server-core') + compile 'com.github.juick:com.juick.xmpp:dbf603cfff' compile "org.slf4j:slf4j-api:${slf4jVersion}" compile "org.springframework:spring-webmvc:${springFrameworkVersion}" compile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}" |