diff options
author | Anatoliy Sablin | 2017-11-06 17:18:37 +0300 |
---|---|---|
committer | Anatoliy Sablin | 2017-11-06 17:18:37 +0300 |
commit | 7aadceb924c1b22351df5e0535a03edceb5047cf (patch) | |
tree | 4f7a1f611df7b996314142270f1858f0164f9d08 /juick-commands/build.gradle | |
parent | aec013888a71856b4ec5a3415c266cd07c0ba5c4 (diff) |
Fixed configurations.juick-commands
Diffstat (limited to 'juick-commands/build.gradle')
-rw-r--r-- | juick-commands/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-commands/build.gradle b/juick-commands/build.gradle index c6dfff42..ca18aa52 100644 --- a/juick-commands/build.gradle +++ b/juick-commands/build.gradle @@ -7,7 +7,7 @@ repositories { } dependencies { - compile project(':juick-server-core') + compile project(':juick-server-jdbc') compile "org.springframework:spring-context-support:${rootProject.springFrameworkVersion}" compile "org.projectlombok:lombok:1.16.14" |