diff options
author | Vitaly Takmazov | 2017-07-24 12:25:18 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-07-24 12:25:18 +0300 |
commit | 9511b2dbc4100bed50ac1e273fce5601b0f63f21 (patch) | |
tree | 5848af26b88b8bbae56e1dd87c92109442d22e78 /juick-www/build.gradle | |
parent | 919a82c1ed4903add10c9188b0b48362f760460a (diff) |
gradle: looks like spring and htmlunit compatibility was fixed
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 7d1398aa..6336490d 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -28,9 +28,7 @@ dependencies { testCompile project(path: ':juick-core', configuration: 'testArtifacts') testCompile project(path: ':juick-server-web', configuration: 'testArtifacts') testCompile project(path: ':juick-server-jdbc', configuration: 'testArtifacts') - // htmlunit 2.25 isn't compatible with spring-test 4.3.6 - testCompile ('net.sourceforge.htmlunit:htmlunit:2.24') - + testCompile ('net.sourceforge.htmlunit:htmlunit:2.27') } compileFrontend.dependsOn 'npmInstall' |