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 /build.gradle | |
parent | ae265f84efc37619411fb21d92b51183a4744478 (diff) |
server: merge xmpp
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 5b3155b8..a5d2e440 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,6 @@ apply plugin: 'org.akhikhl.gretty' farm { webapp ':juick-www' - webapp ':juick-xmpp' webapp ':juick-server' @@ -59,7 +58,6 @@ repositories { dependencies { testCompile project(':juick-core') testCompile project(':juick-www') - testCompile project(':juick-xmpp') testCompile "org.json:json:20180130" testCompile "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}" |