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-xmpp/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'juick-xmpp/build.gradle') 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}" -- cgit v1.2.3