aboutsummaryrefslogtreecommitdiff
path: root/juick-commands/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-commands/build.gradle')
-rw-r--r--juick-commands/build.gradle2
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"