Skip to content

Commit

Permalink
[java] Avoiding hiding "internal" package so that selenium-api export…
Browse files Browse the repository at this point in the history
…s it

Fixes #11069
  • Loading branch information
pujagani committed Oct 4, 2022
1 parent 5fba3a2 commit 4199d70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/src/org/openqa/selenium/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ java_export(
]),
hides = [
"org.openqa.selenium.interactions.internal",
"org.openqa.selenium.internal",
],
maven_coordinates = "org.seleniumhq.selenium:selenium-api:%s" % SE_VERSION,
opens_to = [
Expand Down

0 comments on commit 4199d70

Please sign in to comment.