Skip to content

Commit

Permalink
Actually deleting maven dependency on htmlunit-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Aug 29, 2017
1 parent 05bc5bf commit 05325a7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@ java_library(
"//java/client/src/org/openqa/selenium/opera:opera",
"//java/client/src/org/openqa/selenium/remote:remote",
"//java/client/src/org/openqa/selenium/safari:safari",
"//java/client/src/org/openqa/selenium/support:support",
'//third_party/java/selenium:htmlunit-driver'
"//java/client/src/org/openqa/selenium/support:support"
],
visibility = [
'//java/server/src/org/openqa/grid/selenium:classes',
Expand Down
1 change: 0 additions & 1 deletion third_party/java/htmlunit/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ prebuilt_jar(
'//third_party/java/xalan:xalan'
],
visibility = [
'//java/client/src/org/openqa/selenium:client-combined',
'//java/client/test/...',
'//third_party/java/selenium:htmlunit-driver',
]
Expand Down
1 change: 0 additions & 1 deletion third_party/java/phantomjs-driver/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ prebuilt_jar(name = 'phantomjs-driver',
'//java/client/src/org/openqa/selenium/remote:remote',
],
visibility = [
'//java/client/src/org/openqa/selenium:client-combined',
'//java/client/test/org/openqa/selenium/testing/drivers:drivers',
'//java/server/src/org/openqa/selenium/remote/server:standalone-server-lib',
],
Expand Down
1 change: 0 additions & 1 deletion third_party/java/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ prebuilt_jar(
'//third_party/java/htmlunit:htmlunit'
],
visibility = [
'//java/client/src/org/openqa/selenium:client-combined',
'//java/client/test/org/openqa/selenium/htmlunit:htmlunit',
'//java/client/test/org/openqa/selenium/testing:test-base',
'//java/server/src/org/openqa/selenium/remote/server:standalone-server-lib',
Expand Down

0 comments on commit 05325a7

Please sign in to comment.