Skip to content

Commit 0fef631

Browse files
committed
fix build with adding dependency jspecify
1 parent eeac21f commit 0fef631

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ java_library(
2222
deps = [
2323
"//java/src/org/openqa/selenium:core",
2424
"//java/src/org/openqa/selenium/json",
25+
"@maven//:org_jspecify_jspecify",
2526
],
2627
)
2728

@@ -75,6 +76,7 @@ java_library(
7576
"//java/src/org/openqa/selenium:core",
7677
"//java/src/org/openqa/selenium/json",
7778
"//java/src/org/openqa/selenium/remote/http",
79+
"@maven//:org_jspecify_jspecify",
7880
],
7981
)
8082

java/src/org/openqa/selenium/grid/sessionmap/jdbc/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ java_export(
2121
"//java/src/org/openqa/selenium/grid",
2222
"//java/src/org/openqa/selenium/json",
2323
"//java/src/org/openqa/selenium/remote",
24+
"@maven//:org_jspecify_jspecify",
2425
artifact("com.beust:jcommander"),
2526
artifact("com.google.guava:guava"),
2627
],

java/src/org/openqa/selenium/remote/http/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ java_export(
1919
"//java:auto-service",
2020
"//java/src/org/openqa/selenium:core",
2121
"//java/src/org/openqa/selenium/json",
22+
"@maven//:org_jspecify_jspecify",
2223
],
2324
)

0 commit comments

Comments
 (0)