Merge pull request #12 from spolnik/patch-1

Updating htmlunit version to 2.18
This commit is contained in:
Stefan Bethge 2015-09-19 12:51:44 +02:00
commit 4682ed0127

View File

@ -137,10 +137,9 @@
<version>4.5</version>
</dependency>
<dependency>
<!-- 2.18-SNAPSHOT needed for selenium webdriver (http://htmlunit.10904.n7.nabble.com/HtmlUnit-htmlunit-bugs-1692-Update-to-HttpComponents-4-5-td36318.html) - potentially update to 2.18 when possible -->
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.18-SNAPSHOT</version>
<version>2.18</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>