Skip to content

Commit

Permalink
fix maven dependency of htmlunit driver on the support package
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Aug 31, 2015
1 parent 7e14836 commit 37f2173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven/htmlunit-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependencies>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-remote-driver</artifactId>
<artifactId>selenium-support</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,13 +121,13 @@
<module>chrome-driver</module>
<module>edge-driver</module>
<module>firefox-driver</module>
<module>htmlunit-driver</module>
<module>ie-driver</module>
<module>java</module>
<module>remote-driver</module>
<module>safari-driver</module>
<module>server</module>
<module>support</module>
<module>htmlunit-driver</module>
<module>leg-rc</module>
</modules>

Expand Down

0 comments on commit 37f2173

Please sign in to comment.