diff options
Diffstat (limited to 'juick-xmpp/build.gradle')
-rw-r--r-- | juick-xmpp/build.gradle | 4 |
1 files changed, 4 insertions, 0 deletions
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' |