From 448fc7e84732422011186a9a4633c345e9c6208e Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 9 Oct 2017 15:27:48 +0300 Subject: xmpp:ConnectionOut -> StreamServerDialback --- juick-xmpp/build.gradle | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'juick-xmpp/build.gradle') diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle index a68ac356..64575a50 100644 --- a/juick-xmpp/build.gradle +++ b/juick-xmpp/build.gradle @@ -5,10 +5,13 @@ apply plugin: 'org.akhikhl.gretty' dependencies { compile project(':juick-server-jdbc') compile project(':juick-server-web') - compile ('com.github.juick:com.juick.xmpp:2283c14183') { + compile ('com.github.juick:com.juick.xmpp:090b09a6a4') { exclude group: 'xmlpull' } providedCompile 'xpp3:xpp3: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') } compileJava.options.encoding = 'UTF-8' -- cgit v1.2.3