Skip to content

Commit

Permalink
Remove guava dep on the selenium-apis when built using Buck.
Browse files Browse the repository at this point in the history
Because we strive to have these depend on nothing.
  • Loading branch information
shs96c committed Jan 8, 2016
1 parent 2547639 commit 1f41bc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
java_library(name = 'webdriver-api',
maven_coords = "org.seleniumhq.selenium:selenium-api:2.49.0",
exported_deps = [
':beta',
':core',
Expand All @@ -23,6 +22,7 @@ java_library(
)

java_library(name = 'core',
maven_coords = "org.seleniumhq.selenium:selenium-api:2.49.0",
srcs = [
'Alert.java',
'By.java',
Expand Down Expand Up @@ -60,6 +60,7 @@ java_library(name = 'core',
':platform',
':primitives',
'//java/client/src/org/openqa/selenium/interactions:core',
'//java/client/src/org/openqa/selenium/interactions:exceptions',
'//java/client/src/org/openqa/selenium/logging:api',
'//java/client/src/org/openqa/selenium/security:security',
],
Expand Down
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/interactions/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ java_library(name = 'exceptions',
],
visibility = [
'//java/client/src/org/openqa/selenium:webdriver-api',
'//java/client/src/org/openqa/selenium:core',
'//java/client/src/org/openqa/selenium/remote:remote',
],
)

0 comments on commit 1f41bc6

Please sign in to comment.