From 248c05840275516cbc5c99c8e5d87d007ca37284 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 21 Jun 2018 20:24:45 +0300 Subject: www project disabled, all new web development moved to separate repo --- juick-server/build.gradle | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'juick-server/build.gradle') diff --git a/juick-server/build.gradle b/juick-server/build.gradle index d75a9bff..a4b8b940 100644 --- a/juick-server/build.gradle +++ b/juick-server/build.gradle @@ -2,15 +2,18 @@ apply plugin: 'war' apply plugin: 'org.springframework.boot' dependencies { - compile project(':juick-server-jdbc') - compile project(':juick-api') + compile project(':juick-common') compile ('org.springframework.boot:spring-boot-starter-security') + compile ('org.springframework.boot:spring-boot-starter-jdbc') + providedRuntime("org.springframework.boot:spring-boot-starter-tomcat") providedRuntime 'com.h2database:h2:1.4.196' compile 'io.springfox:springfox-swagger2:2.9.0' compile 'io.springfox:springfox-swagger-ui:2.9.0' + compile 'org.apache.commons:commons-email:1.5' + compile 'com.github.ooxi:serialized-php-parser:0.5.0' compile 'com.github.pengrad:java-telegram-bot-api:3.6.0' compile 'com.github.messenger4j:messenger4j:1.0.0' compile 'org.springframework.social:spring-social-twitter:1.1.2.RELEASE' -- cgit v1.2.3