diff options
author | Vitaly Takmazov | 2016-11-12 11:13:08 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-12 11:13:08 +0300 |
commit | 5a9bfa524dcd27f357a8838acb7f150660061ae6 (patch) | |
tree | 865c3d4a04a69b71f5595114abae5dc170d31135 /juick-xmpp-ft/build.gradle | |
parent | 294544ff5db35e6d16c59dc0fbbc0d3665fc6f41 (diff) |
xmpp-ft: drop Juick URL boilerplate as babbler now supports URI
Diffstat (limited to 'juick-xmpp-ft/build.gradle')
-rw-r--r-- | juick-xmpp-ft/build.gradle | 5 |
1 files changed, 3 insertions, 2 deletions
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' } |