Skip to content

Commit bee5ee2

Browse files
committed
Get the dist-zips building nicely again
1 parent 6085af9 commit bee5ee2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

java/client/src/org/openqa/selenium/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ java_dist_zip(
5656
":client-combined",
5757
],
5858
third_party_prefixes = [
59+
"@maven//",
5960
"//third_party",
6061
]
6162
)

java/server/src/org/openqa/selenium/grid/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ java_dist_zip(
5858
":grid",
5959
],
6060
third_party_prefixes = [
61+
"@maven//",
6162
"//third_party",
6263
]
6364
)

0 commit comments

Comments
 (0)