aboutsummaryrefslogtreecommitdiff
path: root/juick-api/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'juick-api/build.gradle')
-rw-r--r--juick-api/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-api/build.gradle b/juick-api/build.gradle
index 3ac9236b..1deff970 100644
--- a/juick-api/build.gradle
+++ b/juick-api/build.gradle
@@ -18,6 +18,7 @@ dependencies {
compile 'org.apache.commons:commons-email:1.4'
compile 'org.imgscalr:imgscalr-lib:4.2'
+ testCompile project(path: ':juick-server-web', configuration: 'testArtifacts')
testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts')
testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.16'