aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp-ft
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-11-17 11:32:55 +0300
committerGravatar Vitaly Takmazov2016-11-17 11:32:55 +0300
commitad64689e1ac9395aefe4059d88a2886402fc7bf6 (patch)
treed1d0e8c856f9c6ae1ecbf864babafbe57a9b8786 /juick-xmpp-ft
parent71c789552710ba32b4ee3092acd3ec3f6c4c8bd3 (diff)
babbler dependency moved to juick-server
Diffstat (limited to 'juick-xmpp-ft')
-rw-r--r--juick-xmpp-ft/build.gradle7
1 files changed, 0 insertions, 7 deletions
diff --git a/juick-xmpp-ft/build.gradle b/juick-xmpp-ft/build.gradle
index b2a20b0e..dd1f2a9b 100644
--- a/juick-xmpp-ft/build.gradle
+++ b/juick-xmpp-ft/build.gradle
@@ -3,19 +3,12 @@ apply plugin: 'war'
apply plugin: 'org.akhikhl.gretty'
apply plugin: 'com.github.ben-manes.versions'
-repositories {
- mavenCentral()
- maven { url "https://jitpack.io" }
-}
-
def springFrameworkVersion = '4.3.4.RELEASE'
dependencies {
compile project(':juick-server')
compile "org.springframework:spring-webmvc:${springFrameworkVersion}"
compile 'com.mitchellbosecke:pebble-spring4:2.2.3'
- 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.40'
}