From 5a9bfa524dcd27f357a8838acb7f150660061ae6 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 12 Nov 2016 11:13:08 +0300 Subject: xmpp-ft: drop Juick URL boilerplate as babbler now supports URI --- juick-xmpp-ft/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'juick-xmpp-ft/build.gradle') diff --git a/juick-xmpp-ft/build.gradle b/juick-xmpp-ft/build.gradle index cb19cbb3..dd230a4b 100644 --- a/juick-xmpp-ft/build.gradle +++ b/juick-xmpp-ft/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' @@ -23,8 +24,8 @@ dependencies { compile 'org.apache.httpcomponents:httpclient:4.5.2' compile 'org.apache.commons:commons-dbcp2:2.1.1' compile 'com.mitchellbosecke:pebble-spring4:2.2.3' - compile 'rocks.xmpp:xmpp-core-client:0.7.2' - compile 'rocks.xmpp:xmpp-extensions-client:0.7.2' + compile 'org.bitbucket.sco0ter.babbler:xmpp-core-client:279e488e51' + compile 'org.bitbucket.sco0ter.babbler:xmpp-extensions-client:279e488e51' providedRuntime 'mysql:mysql-connector-java:5.1.39' } -- cgit v1.2.3