Skip to content

Commit

Permalink
[java] remove the unused htmlunit-driver from the unit tests (#12849)
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Molina <[email protected]>
  • Loading branch information
joerg1985 and diemol authored Oct 5, 2023
1 parent 6765b15 commit c64ed7d
Show file tree
Hide file tree
Showing 37 changed files with 6 additions and 810 deletions.
6 changes: 0 additions & 6 deletions java/maven_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def selenium_java_deps():
"org.mockito:mockito-core:4.11.0",
"org.mockito:mockito-inline:4.11.0",
"org.redisson:redisson:3.23.2",
"org.seleniumhq.selenium:htmlunit-driver:4.11.0",
"org.slf4j:slf4j-api:2.0.7",
"org.slf4j:slf4j-jdk14:2.0.7",
"org.zeromq:jeromq:0.5.3",
Expand All @@ -108,11 +107,6 @@ def selenium_java_deps():
"org.hamcrest:hamcrest-core",
"io.netty:netty-all", # Depend on the actual things you need
],
override_targets = {
"org.seleniumhq.selenium:selenium-api": "@//java/src/org/openqa/selenium:core",
"org.seleniumhq.selenium:selenium-remote-driver": "@//java/src/org/openqa/selenium/remote:remote",
"org.seleniumhq.selenium:selenium-support": "@//java/src/org/openqa/selenium/support",
},
fail_on_missing_checksum = True,
fail_if_repin_required = True,
fetch_sources = True,
Expand Down
Loading

0 comments on commit c64ed7d

Please sign in to comment.