From f2ae5252e70355a5481e99a41ab79969e1c65502 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sat, 17 Feb 2018 22:37:07 +0300 Subject: fix xmpp-wip configuration --- juick-xmpp-wip/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-xmpp-wip/build.gradle') diff --git a/juick-xmpp-wip/build.gradle b/juick-xmpp-wip/build.gradle index 65d84755..cc69ed34 100644 --- a/juick-xmpp-wip/build.gradle +++ b/juick-xmpp-wip/build.gradle @@ -8,7 +8,7 @@ dependencies { compile project(':juick-server') testCompile project(path: ':juick-core', configuration: 'testArtifacts') - testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') + testCompile project(path: ':juick-server', configuration: 'testArtifacts') testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts') testCompile ('net.sourceforge.htmlunit:htmlunit:2.29') } -- cgit v1.2.3