Skip to content

Commit d70069a

Browse files
joerg1985diemol
authored andcommitted
[java] remove the unused htmlunit-driver from the unit tests (SeleniumHQ#12849)
Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
1 parent 48eb404 commit d70069a

37 files changed

Lines changed: 6 additions & 810 deletions

java/maven_deps.bzl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def selenium_java_deps():
9898
"org.mockito:mockito-core:4.11.0",
9999
"org.mockito:mockito-inline:4.11.0",
100100
"org.redisson:redisson:3.23.2",
101-
"org.seleniumhq.selenium:htmlunit-driver:4.11.0",
102101
"org.slf4j:slf4j-api:2.0.7",
103102
"org.slf4j:slf4j-jdk14:2.0.7",
104103
"org.zeromq:jeromq:0.5.3",
@@ -108,11 +107,6 @@ def selenium_java_deps():
108107
"org.hamcrest:hamcrest-core",
109108
"io.netty:netty-all", # Depend on the actual things you need
110109
],
111-
override_targets = {
112-
"org.seleniumhq.selenium:selenium-api": "@//java/src/org/openqa/selenium:core",
113-
"org.seleniumhq.selenium:selenium-remote-driver": "@//java/src/org/openqa/selenium/remote:remote",
114-
"org.seleniumhq.selenium:selenium-support": "@//java/src/org/openqa/selenium/support",
115-
},
116110
fail_on_missing_checksum = True,
117111
fail_if_repin_required = True,
118112
fetch_sources = True,

0 commit comments

Comments
 (0)