aboutsummaryrefslogtreecommitdiff
path: root/juick-www/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-11-15 14:51:36 +0300
committerGravatar Vitaly Takmazov2016-11-15 14:51:36 +0300
commit1c65b6d29c0fc69d861ffa0e624f73981b62cca6 (patch)
treeeb0eea5841ba6114f9e21ed081d27e2988eba7e8 /juick-www/build.gradle
parent51d9de02265d6cc9d6045d79497d2a987ae2f7f7 (diff)
juick-www: ugnich xmpp -> babbler
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r--juick-www/build.gradle9
1 files changed, 3 insertions, 6 deletions
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}"