diff options
author | Vitaly Takmazov | 2018-02-17 22:13:12 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-02-17 22:13:12 +0300 |
commit | dd8a51e0f342c183116d8b2af3f12394b0ac53dd (patch) | |
tree | ea88db8f0c79256f9527d1220023f2ba5d24994d /juick-xmpp-wip/build.gradle | |
parent | ae265f84efc37619411fb21d92b51183a4744478 (diff) |
server: merge xmpp
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 75870140..65d84755 100644 --- a/juick-xmpp-wip/build.gradle +++ b/juick-xmpp-wip/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'org.akhikhl.gretty' dependencies { compile project(':juick-server-jdbc') compile project(':juick-server-web') - compile project(':juick-xmpp') + compile project(':juick-server') testCompile project(path: ':juick-core', configuration: 'testArtifacts') testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') |