Skip to content

Commit

Permalink
Fix PhantomJsDriver maven reference (SeleniumHQ#2661)
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored and lukeis committed Aug 24, 2016
1 parent 5c028a6 commit c829ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/java/phantomjs-driver/BUCK
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prebuilt_jar(name = 'phantomjs-driver',
maven_coords = 'com.github.detro.ghostdriver:phantomjsdriver:1.1.0',
maven_coords = 'com.codeborne:phantomjsdriver:1.2.1',
binary_jar = 'phantomjsdriver-1.2.1.jar',
deps = [
'//java/client/src/org/openqa/selenium/remote:remote',
Expand Down

0 comments on commit c829ac8

Please sign in to comment.