Skip to content

Commit

Permalink
Remove GSON from build files
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed May 18, 2018
1 parent de9f3b7 commit 2ceda3f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/server/src/org/openqa/selenium/remote/server/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ java_library(name = 'server',
'//java/client/src/org/openqa/selenium/remote:remote',
'//java/client/src/org/openqa/selenium/support/events:events',
'//java/server/src/org/openqa/selenium/remote/server/log:log',
'//third_party/java/gson:gson',
'//third_party/java/guava:guava',
],
visibility = [
Expand Down Expand Up @@ -95,7 +94,6 @@ java_library(
'//java/client/src/org/openqa/selenium/remote:remote',
'//java/server/src/org/openqa/selenium/remote/server/log:log',
'//java/server/src/org/openqa/selenium/remote/server/jmx:jmx',
'//third_party/java/gson:gson',
'//third_party/java/guava:guava',
],
visibility = [
Expand Down

0 comments on commit 2ceda3f

Please sign in to comment.