mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:06:50 +00:00
Merge pull request #12 from spolnik/patch-1
Updating htmlunit version to 2.18
This commit is contained in:
commit
4682ed0127
3
pom.xml
3
pom.xml
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user