Skip to content

Commit c829ac8

Browse files
valfirstlukeis
authored andcommitted
Fix PhantomJsDriver maven reference (#2661)
1 parent 5c028a6 commit c829ac8

File tree

1 file changed

+1
-1
lines changed
  • third_party/java/phantomjs-driver

1 file changed

+1
-1
lines changed

third_party/java/phantomjs-driver/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
prebuilt_jar(name = 'phantomjs-driver',
2-
maven_coords = 'com.github.detro.ghostdriver:phantomjsdriver:1.1.0',
2+
maven_coords = 'com.codeborne:phantomjsdriver:1.2.1',
33
binary_jar = 'phantomjsdriver-1.2.1.jar',
44
deps = [
55
'//java/client/src/org/openqa/selenium/remote:remote',

0 commit comments

Comments
 (0)