Skip to content

Commit aa1e579

Browse files
committed
Fixing more crazyfun dependencies in tests
1 parent 6fae963 commit aa1e579

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

java/client/test/org/openqa/selenium/support/build.desc

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ java_library(name = "tests",
1111
"//java/client/test/org/openqa/selenium/support/events:test",
1212
"//java/client/test/org/openqa/selenium/support/pagefactory:test",
1313
"//java/client/test/org/openqa/selenium/support/ui:test",
14+
"//third_party/java/junit",
1415
"//third_party/java/mockito",
1516
])
1617

@@ -20,7 +21,6 @@ java_test(name = "SmallTests",
2021
],
2122
deps = [
2223
":tests",
23-
"//third_party/java/junit",
2424
])
2525

2626
java_test(name = "LargeTests",
@@ -32,5 +32,4 @@ java_test(name = "LargeTests",
3232
],
3333
deps = [
3434
":tests",
35-
"//third_party/java/junit",
3635
])

java/client/test/org/openqa/selenium/testing/build.desc

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ java_library(name = "util",
2929
"InProject.java",
3030
],
3131
deps = [
32-
"//java/client/src/com/thoughtworks/selenium/webdriven:webdriven",
33-
"//java/client/src/org/openqa/selenium/remote",
32+
"//java/client/src/org/openqa/selenium:base",
3433
])
3534

3635
java_library(name = "junit_4",

0 commit comments

Comments
 (0)