aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-xmpp/build.gradle')
-rw-r--r--juick-xmpp/build.gradle5
1 files changed, 4 insertions, 1 deletions
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'