diff options
author | Vitaly Takmazov | 2016-11-16 14:30:50 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-11-16 16:21:53 +0300 |
commit | ffb24e0d469aaafa35ad5f460a7bdf771382f0ff (patch) | |
tree | 0d8fc9114b916f9058cccb01fcf8281a0a209284 /juick-www | |
parent | e8faf851327a12f28ae664a6f7db6c844d0ba9bf (diff) |
server-core -> juick-server
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index c6c2b637..69813f8d 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -26,7 +26,7 @@ repositories { def springFrameworkVersion = '4.3.4.RELEASE' dependencies { - compile project(':server-core') + compile project(':juick-server') compile 'org.bitbucket.sco0ter.babbler:xmpp-core-client:279e488e51' compile 'org.bitbucket.sco0ter.babbler:xmpp-extensions-client:279e488e51' compile 'com.github.scribejava:scribejava-apis:3.2.0' |