Skip to content

Commit

Permalink
removing htmlunit driver from java pom file, it's external now
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Mar 15, 2016
1 parent 5b7594a commit 3ae50b5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions maven/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
<artifactId>selenium-edge-driver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-htmlunit-driver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-firefox-driver</artifactId>
Expand Down

0 comments on commit 3ae50b5

Please sign in to comment.