Skip to content

Commit

Permalink
Open the selenium-manager to the selenium-json package for the Java M…
Browse files Browse the repository at this point in the history
…odule System
  • Loading branch information
shs96c committed Oct 27, 2023
1 parent 9b8f5f3 commit 20dbe03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/src/org/openqa/selenium/manager/BUILD.bazel
Expand Up @@ -6,6 +6,9 @@ java_export(
name = "manager",
srcs = glob(["*.java"]),
maven_coordinates = "org.seleniumhq.selenium:selenium-manager:%s" % SE_VERSION,
opens_to = [
"org.openqa.selenium.json",
],
pom_template = "//java/src/org/openqa/selenium:template-pom",
resources = [
":manager-linux",
Expand Down

0 comments on commit 20dbe03

Please sign in to comment.