aboutsummaryrefslogtreecommitdiff
path: root/juick-api/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-01-15 19:34:00 +0300
committerGravatar Vitaly Takmazov2017-01-15 19:34:00 +0300
commitfa85c4750e5bdb532723e52ae5d775af67028e73 (patch)
tree54d049b734b6e2ea4eb8399a6aebdb034f3d75ff /juick-api/build.gradle
parent053b61f24f52a6e48a5bf51fdbe7eae64c42d001 (diff)
update and fix test dependencies
Diffstat (limited to 'juick-api/build.gradle')
-rw-r--r--juick-api/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/juick-api/build.gradle b/juick-api/build.gradle
index ee94a4e6..2e4dd858 100644
--- a/juick-api/build.gradle
+++ b/juick-api/build.gradle
@@ -20,6 +20,8 @@ dependencies {
providedRuntime 'mysql:mysql-connector-java:5.1.40'
testCompile project(path: ':juick-server', configuration: 'testArtifacts')
+
+ testRuntime 'org.apache.tomcat:tomcat-websocket:8.0.39'
testRuntime 'com.jayway.jsonpath:json-path:2.2.0'
}