downgrade htmlunit to 2.24 to keep java 7 compatibility

References:
http://htmlunit.sourceforge.net/changes-report.html#a2.25
This commit is contained in:
Yasser Zamani
2019-01-02 16:24:01 +03:30
parent fa90e01ba5
commit 46e14a80cc
+1 -1
View File
@@ -157,7 +157,7 @@
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.33</version>
<version>2.24</version>
<scope>test</scope>
</dependency>