diff options
author | Vitaly Takmazov | 2017-10-04 12:55:17 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-04 12:55:17 +0300 |
commit | 50236d510bdd6a3433821979b475cb5583e1a63b (patch) | |
tree | e80f8f8a83c347d02ffbe7a4872936e8d1fc6800 /juick-xmpp/build.gradle | |
parent | 52a7c30ddc7a60643595c82389d6ca54b0085803 (diff) |
xmpp: update dependency
Diffstat (limited to 'juick-xmpp/build.gradle')
-rw-r--r-- | juick-xmpp/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle index 1bd0aa62..3f2a5ede 100644 --- a/juick-xmpp/build.gradle +++ b/juick-xmpp/build.gradle @@ -5,7 +5,8 @@ apply plugin: 'org.akhikhl.gretty' dependencies { compile project(':juick-server-jdbc') compile project(':juick-server-web') - compile 'com.github.juick:com.juick.xmpp:483936e0bd' + compile 'com.github.juick:com.juick.xmpp:2283c14183' + providedCompile 'xpp3:xpp3_min:1.1.4c' testCompile project(path: ':juick-core', configuration: 'testArtifacts') testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts') |