Skip to content

Commit

Permalink
Fixing dependencies for test
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Aug 23, 2021
1 parent b02f8f7 commit 86f65a7
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ java_test_suite(
"11",
],
deps = [
"//java/src/org/openqa/selenium/remote",
"//java/test/org/openqa/selenium/remote/tracing:tracing-support",
"//java/src/org/openqa/selenium/events",
"//java/src/org/openqa/selenium/events/local",
"//java/src/org/openqa/selenium/grid/data",
Expand All @@ -25,7 +23,10 @@ java_test_suite(
"//java/src/org/openqa/selenium/grid/sessionmap/local",
"//java/src/org/openqa/selenium/grid/sessionqueue",
"//java/src/org/openqa/selenium/grid/sessionqueue/local",
"//java/src/org/openqa/selenium/remote",
"//java/src/org/openqa/selenium/support",
"//java/test/org/openqa/selenium/grid/testing",
"//java/test/org/openqa/selenium/remote/tracing:tracing-support",
artifact("com.google.guava:guava"),
artifact("io.opentelemetry:opentelemetry-api"),
artifact("junit:junit"),
Expand Down

0 comments on commit 86f65a7

Please sign in to comment.