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