From 1c65b6d29c0fc69d861ffa0e624f73981b62cca6 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 15 Nov 2016 14:51:36 +0300 Subject: juick-www: ugnich xmpp -> babbler --- juick-www/build.gradle | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'juick-www/build.gradle') diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 1bed582b..c6c2b637 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -3,9 +3,6 @@ buildscript { mavenCentral() jcenter() } - dependencies { - classpath 'com.tkruse.gradle:gradle-groovysh-plugin:1.0.8' - } } plugins { @@ -20,21 +17,21 @@ apply plugin: 'java' apply plugin: 'war' apply plugin: 'org.akhikhl.gretty' apply plugin: 'com.github.ben-manes.versions' -apply plugin: 'com.github.tkruse.groovysh' repositories { mavenCentral() + maven { url "https://jitpack.io" } } def springFrameworkVersion = '4.3.4.RELEASE' dependencies { compile project(':server-core') - compile project(':deps:com.juick.xmpp') + compile 'org.bitbucket.sco0ter.babbler:xmpp-core-client:279e488e51' + compile 'org.bitbucket.sco0ter.babbler:xmpp-extensions-client:279e488e51' compile 'com.github.scribejava:scribejava-apis:3.2.0' compile 'net.coobird:thumbnailator:0.4.8' compile 'com.github.ooxi:serialized-php-parser:0.5.0' - compile 'net.jodah:failsafe:0.9.5' compile 'com.mitchellbosecke:pebble:2.2.3' compile 'com.sun.mail:javax.mail:1.5.6' compile "org.springframework:spring-webmvc:${springFrameworkVersion}" -- cgit v1.2.3