Skip to content

Commit

Permalink
Fixed a broken dependency-
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Oct 10, 2018
1 parent 4de79d0 commit 15838c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integration-test/system-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,15 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.33.0</version>
<scope>test</scope>
</dependency>
<dependency>
<!--<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-htmlunit-driver</artifactId>
<version>2.46.0</version>
<scope>test</scope>
</dependency>
</dependency> -->
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
Expand Down

0 comments on commit 15838c0

Please sign in to comment.