aboutsummaryrefslogtreecommitdiff
path: root/juick-www
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www')
-rw-r--r--juick-www/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle
index e6f502f5..96dcb815 100644
--- a/juick-www/build.gradle
+++ b/juick-www/build.gradle
@@ -32,7 +32,8 @@ dependencies {
providedRuntime 'mysql:mysql-connector-java:5.1.40'
testCompile project(path: ':juick-server', configuration: 'testArtifacts')
- testCompile ('net.sourceforge.htmlunit:htmlunit:2.25')
+ // htmlunit 2.25 isn't compatible with spring-test 4.3.6
+ testCompile ('net.sourceforge.htmlunit:htmlunit:2.24')
}