diff options
author | Vitaly Takmazov | 2017-03-02 17:58:02 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-03-02 17:58:02 +0300 |
commit | cbf3ad834438a08bb6b9d5c2581eb59f61e69aed (patch) | |
tree | e62b2b135ac5a6a2d9ef147e21a52659a3d8eae1 /juick-www/build.gradle | |
parent | 4ad9878d536588833838afc3ada1e4e3e19c26f9 (diff) |
juick-www: downgrade htmlunit
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 3 |
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') } |