Skip to content

Commit 317d7d1

Browse files
committed
Ensure that the buck-built core library has no third party dependencies.
Because every dep we add makes it harder for people to implement their own version. And it's not necessary.
1 parent 12782f9 commit 317d7d1

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,8 @@ java_library(name = 'core',
6060
':platform',
6161
':primitives',
6262
'//java/client/src/org/openqa/selenium/interactions:core',
63-
'//java/client/src/org/openqa/selenium/io:io',
6463
'//java/client/src/org/openqa/selenium/logging:api',
6564
'//java/client/src/org/openqa/selenium/security:security',
66-
"//third_party/java/httpcomponents:httpclient",
6765
],
6866
visibility = [
6967
'//java/client/src/org/openqa/selenium/interactions:interactions',

0 commit comments

Comments
 (0)