Skip to content

Commit 2af527c

Browse files
committed
java: Adding dependency on guava
1 parent d7bf6cb commit 2af527c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: java/client/src/org/openqa/selenium/interactions/BUCK

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ java_library(name = 'interactions',
77
':exceptions',
88
'//java/client/src/org/openqa/selenium:core',
99
],
10+
deps = [
11+
'//third_party/java/guava-libraries',
12+
],
1013
visibility = ['PUBLIC'],
1114
)
1215

Diff for: java/client/src/org/openqa/selenium/interactions/build.desc

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ java_library(name = "interactions",
2424
deps = [
2525
"//java/client/src/org/openqa/selenium:base",
2626
"//java/client/src/org/openqa/selenium:webdriver-api",
27+
"//third_party/java/guava-libraries",
2728
])
2829

0 commit comments

Comments
 (0)