From 9511b2dbc4100bed50ac1e273fce5601b0f63f21 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 24 Jul 2017 12:25:18 +0300 Subject: gradle: looks like spring and htmlunit compatibility was fixed --- juick-www/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 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' -- cgit v1.2.3