Skip to content

Commit 51831a1

Browse files
committed
Fixing buck build
1 parent bf66042 commit 51831a1

File tree

1 file changed

+1
-1
lines changed
  • java/client/src/org/openqa/selenium/os

1 file changed

+1
-1
lines changed

java/client/src/org/openqa/selenium/os/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ java_library(
33
srcs = glob(['*.java']),
44
deps = [
55
'//java/client/src/org/openqa/selenium:webdriver-api',
6-
'//java/client/src/org/openqa/selenium/io',
6+
'//java/client/src/org/openqa/selenium/io:io',
77
'//third_party/java/commons-exec:commons-exec',
88
'//third_party/java/guava:guava',
99
'//third_party/java/jna:jna',

0 commit comments

Comments
 (0)