Skip to content

Commit cf9f18e

Browse files
authored
fixing build
1 parent f406c25 commit cf9f18e

File tree

1 file changed

+3
-0
lines changed
  • java/client/src/org/openqa/selenium

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ java_library(name = 'exceptions',
119119
'//java/client/src/org/openqa/selenium/os:os',
120120
'//java/client/test/org/openqa/selenium/testing:helpers',
121121
],
122+
deps = [
123+
'//third_party/java/gson:gson',
124+
],
122125
)
123126

124127
java_library(

0 commit comments

Comments
 (0)