Skip to content

Commit

Permalink
Add maven coordinate for the Firefox Driver when built using Buck.
Browse files Browse the repository at this point in the history
Pretty sure I'll need to do a lot more to make this actually work!
  • Loading branch information
shs96c committed Jan 8, 2016
1 parent 1f41bc6 commit e0bda45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/firefox/BUCK
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
java_library(name = 'firefox',
maven_coords = 'org.seleniumhq.selenium:selenium-firefox-driver:jar:2.49.0',
srcs = glob(['*.java', 'internal/*.java']),
resources = [
':prefs',
Expand Down

0 comments on commit e0bda45

Please sign in to comment.