Commit 6be92675 authored by Stephane Nicoll's avatar Stephane Nicoll

Remove dependency version from child pom

parent e8766f21
...@@ -47,7 +47,6 @@ ...@@ -47,7 +47,6 @@
<dependency> <dependency>
<groupId>net.sourceforge.htmlunit</groupId> <groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId> <artifactId>htmlunit</artifactId>
<version>2.19</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
...@@ -64,7 +63,6 @@ ...@@ -64,7 +63,6 @@
<dependency> <dependency>
<groupId>org.seleniumhq.selenium</groupId> <groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-htmlunit-driver</artifactId> <artifactId>selenium-htmlunit-driver</artifactId>
<version>2.52.0</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment