diff options
author | Vitaly Takmazov | 2018-04-02 20:15:05 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-02 20:15:05 +0300 |
commit | 2deb31599d662cd5ff024ec0bb2cb11d43698337 (patch) | |
tree | 2cf4784a67ae0628db4e534f871436ad80fa9372 /juick-www/build.gradle | |
parent | 2e5ba5e7462d6684433ea638c9ff8f95c864be74 (diff) |
www: temporarily disable xmpp integration
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index cf7da5bd..10a00b36 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -23,7 +23,6 @@ apply plugin: 'org.springframework.boot' dependencies { compile project(':juick-server-jdbc') - providedCompile project(':juick-server-xmpp') compile 'com.github.ben-manes.caffeine:caffeine:2.6.2' compile("org.springframework.boot:spring-boot-starter-cache") compile ('org.springframework.boot:spring-boot-starter-security') |