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.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/juick-api/build.gradle b/juick-api/build.gradle
index bca3a8c2..56335270 100644
--- a/juick-api/build.gradle
+++ b/juick-api/build.gradle
@@ -7,7 +7,6 @@ buildscript {
apply plugin: 'java'
apply plugin: 'war'
apply plugin: 'org.akhikhl.gretty'
-apply plugin: 'com.github.ben-manes.versions'
dependencies {
compile project(':juick-server')
@@ -21,7 +20,7 @@ dependencies {
testCompile project(path: ':juick-server', configuration: 'testArtifacts')
- testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.11'
+ testRuntime 'org.apache.tomcat:tomcat-websocket:8.5.15'
testRuntime 'com.jayway.jsonpath:json-path:2.2.0'
}