Skip to content

Commit

Permalink
Fix up manual build targets too
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 12, 2019
1 parent f3a4901 commit d45ec36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/server/test/org/openqa/selenium/docker/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
load("@rules_jvm_external//:defs.bzl", "artifact")
load("//java:defs.bzl", "java_test_suite")

java_test_suite(
Expand All @@ -10,6 +11,6 @@ java_test_suite(
deps = [
"//java/client/src/org/openqa/selenium/remote",
"//java/server/src/org/openqa/selenium/docker",
"//third_party/java/junit",
artifact("junit:junit"),
],
)

0 comments on commit d45ec36

Please sign in to comment.