Skip to content

Commit

Permalink
upgrade phantomjsdriver to 1.4.0
Browse files Browse the repository at this point in the history
phantomjs will now work with standalone again
  • Loading branch information
lmtierney committed Feb 22, 2017
1 parent a28265b commit 9c9d943
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .idea/libraries/phantomjsdriver.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
<classpathentry kind="lib" path="/third_party/java/cglib/cglib-nodep-3.2.4.jar"/>
<classpathentry kind="lib" path="/third-party/java/servlet/javax.servlet-api-3.1.0.jar" sourcepath="/third-party/java/servlet/javax.servlet-api-3.1.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/phantomjs-driver/phantomjsdriver-1.3.0.jar" sourcepath="/third-party/java/phantomjs-driver/phantomjsdriver-1.3.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/phantomjs-driver/phantomjsdriver-1.4.0.jar" sourcepath="/third-party/java/phantomjs-driver/phantomjsdriver-1.4.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpclient-4.5.2.jar" sourcepath="/third-party/java/httpcomponents/httpclient-4.5.2-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/httpcomponents/httpcore-4.4.4.jar" sourcepath="/third-party/java/httpcomponents/httpcore-4.4.4-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons-logging/commons-logging-1.2.jar"/>
Expand Down
4 changes: 2 additions & 2 deletions third_party/java/phantomjs-driver/BUCK
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
prebuilt_jar(name = 'phantomjs-driver',
maven_coords = 'com.codeborne:phantomjsdriver:1.3.0',
binary_jar = 'phantomjsdriver-1.3.0.jar',
maven_coords = 'com.codeborne:phantomjsdriver:1.4.0',
binary_jar = 'phantomjsdriver-1.4.0.jar',
deps = [
'//java/client/src/org/openqa/selenium/remote:remote',
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 9c9d943

Please sign in to comment.