aboutsummaryrefslogtreecommitdiff
path: root/juick-server/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-server/build.gradle')
-rw-r--r--juick-server/build.gradle7
1 files changed, 5 insertions, 2 deletions
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'