aboutsummaryrefslogtreecommitdiff
path: root/juick-xmpp-ft
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-xmpp-ft
parentb75258ee5ed84510579050b5dba1edb904a09dfa (diff)
server core module
Diffstat (limited to 'juick-xmpp-ft')
-rw-r--r--juick-xmpp-ft/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-xmpp-ft/build.gradle b/juick-xmpp-ft/build.gradle
index 2950d081..5f458fa9 100644
--- a/juick-xmpp-ft/build.gradle
+++ b/juick-xmpp-ft/build.gradle
@@ -11,7 +11,7 @@ repositories {
def springFrameworkVersion = '4.3.4.RELEASE'
dependencies {
- compile project(':juick-core')
+ compile project(':server-core')
compile "org.springframework:spring-webmvc:${springFrameworkVersion}"
compile 'com.mitchellbosecke:pebble-spring4:2.2.3'
compile 'org.bitbucket.sco0ter.babbler:xmpp-core-client:279e488e51'