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