diff options
author | Vitaly Takmazov | 2016-11-17 11:32:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-17 11:32:55 +0300 |
commit | ad64689e1ac9395aefe4059d88a2886402fc7bf6 (patch) | |
tree | d1d0e8c856f9c6ae1ecbf864babafbe57a9b8786 /juick-www | |
parent | 71c789552710ba32b4ee3092acd3ec3f6c4c8bd3 (diff) |
babbler dependency moved to juick-server
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/build.gradle | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 69813f8d..fb436a8b 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -18,17 +18,10 @@ 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.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' |