Skip to content

Commit 3ae50b5

Browse files
committed
removing htmlunit driver from java pom file, it's external now
1 parent 5b7594a commit 3ae50b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

maven/java/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
<artifactId>selenium-edge-driver</artifactId>
2323
<version>${project.version}</version>
2424
</dependency>
25-
<dependency>
26-
<groupId>org.seleniumhq.selenium</groupId>
27-
<artifactId>selenium-htmlunit-driver</artifactId>
28-
<version>${project.version}</version>
29-
</dependency>
3025
<dependency>
3126
<groupId>org.seleniumhq.selenium</groupId>
3227
<artifactId>selenium-firefox-driver</artifactId>

0 commit comments

Comments
 (0)