From 91ee5d2578868125fcaf35d6fe08ef3604640cd6 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 14 Dec 2016 17:26:29 +0300 Subject: juick-notifications: components should not depend on database --- juick-notifications/build.gradle | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'juick-notifications/build.gradle') diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle index 9aa98fc2..1e81e6fc 100644 --- a/juick-notifications/build.gradle +++ b/juick-notifications/build.gradle @@ -4,12 +4,18 @@ apply plugin: 'org.akhikhl.gretty' apply plugin: 'com.github.ben-manes.versions' dependencies { - compile project(':juick-server') + compile project(':juick-core') compile 'com.ganyo:gcm-server:1.1.0' compile 'com.notnoop.apns:apns:1.0.0.Beta6' compile "org.springframework:spring-webmvc:${rootProject.springFrameworkVersion}" + compile "com.fasterxml.jackson.datatype:jackson-datatype-jdk8:${rootProject.jacksonVersion}" - providedRuntime 'mysql:mysql-connector-java:5.1.40' + compile "javax.inject:javax.inject:1" + + compile "org.apache.httpcomponents:httpclient:4.5.2" + compile "org.apache.commons:commons-lang3:3.5" + compile "org.bitbucket.sco0ter.babbler:xmpp-core-client:0ba6c0e2f9" + compile "org.bitbucket.sco0ter.babbler:xmpp-extensions-client:0ba6c0e2f9" testCompile "junit:junit:${rootProject.junitVersion}" testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}" -- cgit v1.2.3