aboutsummaryrefslogtreecommitdiff
path: root/juick-server-jdbc/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-08-23 11:59:55 +0300
committerGravatar Vitaly Takmazov2017-08-23 13:36:38 +0300
commitca2db58145c4663a22f44f5f98a67aa03fbe8d38 (patch)
treeb40c01b92b15c34df57024eb812ca0d37834e62f /juick-server-jdbc/build.gradle
parent3e4807157e3c244820dd4d5149997970530e4fcb (diff)
server-jdbc: fix favorites count
Diffstat (limited to 'juick-server-jdbc/build.gradle')
-rw-r--r--juick-server-jdbc/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-server-jdbc/build.gradle b/juick-server-jdbc/build.gradle
index 17ca88a9..9b19bcb4 100644
--- a/juick-server-jdbc/build.gradle
+++ b/juick-server-jdbc/build.gradle
@@ -41,6 +41,7 @@ dependencies {
providedRuntime "commons-fileupload:commons-fileupload:1.3.3"
+ testCompile project(path: ':juick-core', configuration: 'testArtifacts')
testCompile "ch.vorburger.mariaDB4j:mariaDB4j:2.2.3"
testCompile "junit:junit:${rootProject.junitVersion}"
testCompile "org.hamcrest:hamcrest-all:${rootProject.hamcrestVersion}"