aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp-ft/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-xmpp-ft/build.gradle')
-rw-r--r--juick-xmpp-ft/build.gradle5
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'
}