Update HtmlUnit driver to version 2.24; run tests using JDK 1.8

The old version had very limited TypedArray support, which lead to
browser-example crashes.
The new version of HtmlUnit needs JDK 1.8 to run.
This commit is contained in:
Anton Bannykh
2017-04-06 18:38:18 +03:00
parent 767db68daf
commit 93f11a6da3
4 changed files with 10 additions and 9 deletions
+1
View File
@@ -47,6 +47,7 @@
<surefire-version>2.16</surefire-version>
<exec-maven-plugin.version>1.2.1</exec-maven-plugin.version>
<selenium.version>2.52.0</selenium.version>
<htmlunit.version>2.24</htmlunit.version>
<kotlin-dist>${project-root}/dist</kotlin-dist>
<kotlin-sdk>${kotlin-dist}/kotlinc</kotlin-sdk>