Skip to content

Commit 37f2173

Browse files
committed
fix maven dependency of htmlunit driver on the support package
1 parent 7e14836 commit 37f2173

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maven/htmlunit-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependencies>
1515
<dependency>
1616
<groupId>org.seleniumhq.selenium</groupId>
17-
<artifactId>selenium-remote-driver</artifactId>
17+
<artifactId>selenium-support</artifactId>
1818
<version>${project.version}</version>
1919
</dependency>
2020
<dependency>

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@
121121
<module>chrome-driver</module>
122122
<module>edge-driver</module>
123123
<module>firefox-driver</module>
124-
<module>htmlunit-driver</module>
125124
<module>ie-driver</module>
126125
<module>java</module>
127126
<module>remote-driver</module>
128127
<module>safari-driver</module>
129128
<module>server</module>
130129
<module>support</module>
130+
<module>htmlunit-driver</module>
131131
<module>leg-rc</module>
132132
</modules>
133133

0 commit comments

Comments
 (0)