aboutsummaryrefslogtreecommitdiff
path: root/juick-notifications
diff options
context:
space:
mode:
authorGravatar Alexander Alexeev2016-11-13 21:21:45 +0700
committerGravatar Alexander Alexeev2016-11-13 21:21:45 +0700
commit6ba7eb5fe1384ec87cdd0031d185a9b26512a016 (patch)
tree1448ba6c8dda4302e3ad847cb085d49b8b054867 /juick-notifications
parentb75258ee5ed84510579050b5dba1edb904a09dfa (diff)
server core module
Diffstat (limited to 'juick-notifications')
-rw-r--r--juick-notifications/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-notifications/build.gradle b/juick-notifications/build.gradle
index c8a2479d..a55da11a 100644
--- a/juick-notifications/build.gradle
+++ b/juick-notifications/build.gradle
@@ -10,7 +10,7 @@ repositories {
def springFrameworkVersion = '4.3.4.RELEASE'
dependencies {
- compile project(':juick-core')
+ compile project(':server-core')
compile 'com.ganyo:gcm-server:1.1.0'
compile 'com.notnoop.apns:apns:1.0.0.Beta6'
compile "org.springframework:spring-webmvc:${springFrameworkVersion}"