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.gradle4
1 files changed, 0 insertions, 4 deletions
diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle
index 0da3231a..a68ac356 100644
--- a/juick-xmpp/build.gradle
+++ b/juick-xmpp/build.gradle
@@ -9,10 +9,6 @@ dependencies {
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')
- testCompile ('net.sourceforge.htmlunit:htmlunit:2.27')
}
compileJava.options.encoding = 'UTF-8'