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-xmpp-bot/build.gradle | |
parent | 71c789552710ba32b4ee3092acd3ec3f6c4c8bd3 (diff) |
babbler dependency moved to juick-server
Diffstat (limited to 'juick-xmpp-bot/build.gradle')
-rw-r--r-- | juick-xmpp-bot/build.gradle | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/juick-xmpp-bot/build.gradle b/juick-xmpp-bot/build.gradle index b2a20b0e..dd1f2a9b 100644 --- a/juick-xmpp-bot/build.gradle +++ b/juick-xmpp-bot/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' } |