From 09b1795a7ab08b334dfd3ce94f343caa86f926a6 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 6 Sep 2017 12:03:03 +0300 Subject: xmpp: initial test artifact --- juick-xmpp/build.gradle | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'juick-xmpp/build.gradle') diff --git a/juick-xmpp/build.gradle b/juick-xmpp/build.gradle index e74f1e9b..1bd0aa62 100644 --- a/juick-xmpp/build.gradle +++ b/juick-xmpp/build.gradle @@ -6,6 +6,10 @@ dependencies { compile project(':juick-server-jdbc') compile project(':juick-server-web') compile 'com.github.juick:com.juick.xmpp:483936e0bd' + 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' -- cgit v1.2.3