aboutsummaryrefslogtreecommitdiff
path: root/juick-www
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-03-02 17:58:02 +0300
committerGravatar Vitaly Takmazov2017-03-02 17:58:02 +0300
commitcbf3ad834438a08bb6b9d5c2581eb59f61e69aed (patch)
treee62b2b135ac5a6a2d9ef147e21a52659a3d8eae1 /juick-www
parent4ad9878d536588833838afc3ada1e4e3e19c26f9 (diff)
juick-www: downgrade htmlunit
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')
}