From 51bfc341be1975b7a11e0b3a59cfbb4710e78446 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 4 Oct 2017 15:31:44 +0300 Subject: juick-xmpp-wip: router component --- juick-xmpp/build.gradle | 4 ---- 1 file changed, 4 deletions(-) (limited to 'juick-xmpp/build.gradle') 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' -- cgit v1.2.3