Skip to content

Commit 875f5f5

Browse files
authored
[java] add missing bazel artifacts (#16773)
1 parent ac59dd8 commit 875f5f5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

java/test/org/openqa/selenium/environment/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ java_library(
9595
"//java/src/org/openqa/selenium/remote/http",
9696
"//java/src/org/openqa/selenium/support",
9797
"//java/test/org/openqa/selenium/testing/drivers",
98+
artifact("org.assertj:assertj-core"),
9899
artifact("org.junit.jupiter:junit-jupiter-api"),
99100
] + JUNIT5_DEPS,
100101
)

java/test/org/openqa/selenium/testing/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ java_test_suite(
8282
"//java/test/org/openqa/selenium/testing:annotations",
8383
"//java/test/org/openqa/selenium/testing/drivers",
8484
"//java/test/org/openqa/selenium/testing/drivers:browser",
85+
artifact("org.assertj:assertj-core"),
8586
artifact("org.junit.jupiter:junit-jupiter-api"),
8687
artifact("org.mockito:mockito-core"),
8788
] + JUNIT5_DEPS,

0 commit comments

Comments
 (0)