We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7bf6cb commit 2af527cCopy full SHA for 2af527c
java/client/src/org/openqa/selenium/interactions/BUCK
@@ -7,6 +7,9 @@ java_library(name = 'interactions',
7
':exceptions',
8
'//java/client/src/org/openqa/selenium:core',
9
],
10
+ deps = [
11
+ '//third_party/java/guava-libraries',
12
+ ],
13
visibility = ['PUBLIC'],
14
)
15
java/client/src/org/openqa/selenium/interactions/build.desc
@@ -24,5 +24,6 @@ java_library(name = "interactions",
24
deps = [
25
"//java/client/src/org/openqa/selenium:base",
26
"//java/client/src/org/openqa/selenium:webdriver-api",
27
+ "//third_party/java/guava-libraries",
28
])
29
0 commit comments