Skip to content

Commit

Permalink
Upgrading HtmlUnit and its driver to 2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jan 19, 2018
1 parent a1472bc commit 62e298d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .idea/libraries/htmlunit.xml

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

4 changes: 2 additions & 2 deletions java/client/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-core-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
<classpathentry kind="lib" path="/third-party/java/guava/guava-23.6-jre.jar" sourcepath="/third-party/java/guava/guava-23.6-jre-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.28.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.28-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.29.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.29-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/neko-htmlunit-2.28.jar" sourcepath="/third-party/java/htmlunit/neko-htmlunit-2.28-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.28.jar" sourcepath="/third-party/java/htmlunit/htmlunit-core-js-2.28-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/selenium/htmlunit-driver-2.28.5.jar" sourcepath="/third-party/java/selenium/htmlunit-driver-2.28.5-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/selenium/htmlunit-driver-2.29.0.jar" sourcepath="/third-party/java/selenium/htmlunit-driver-2.29.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/commons/commons-exec-1.3.jar" sourcepath="/third-party/java/commons/commons-exec-1.3-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-repacked.jar"/>
<classpathentry kind="lib" path="/third-party/java/jetty/jetty-util-9.4.8.v20171121.jar" sourcepath="/third-party/java/jetty/jetty-util-9.4.8.v20171121-sources.jar"/>
Expand Down
6 changes: 3 additions & 3 deletions third_party/java/htmlunit/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = 'htmlunit',
maven_coords = 'net.sourceforge.htmlunit:htmlunit:jar:2.28',
binary_jar = 'htmlunit-2.28.jar',
source_jar = 'htmlunit-2.28-sources.jar',
maven_coords = 'net.sourceforge.htmlunit:htmlunit:jar:2.29',
binary_jar = 'htmlunit-2.29.jar',
source_jar = 'htmlunit-2.29-sources.jar',
deps = [
':htmlunit-core-js',
':neko-htmlunit',
Expand Down
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions third_party/java/selenium/BUCK
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
prebuilt_jar(
name = 'htmlunit-driver',
maven_coords = 'org.seleniumhq.selenium:htmlunit-driver:jar:2.28.5',
binary_jar = 'htmlunit-driver-2.28.5.jar',
source_jar = 'htmlunit-driver-2.28.5-sources.jar',
maven_coords = 'org.seleniumhq.selenium:htmlunit-driver:jar:2.29.0',
binary_jar = 'htmlunit-driver-2.29.0.jar',
source_jar = 'htmlunit-driver-2.29.0-sources.jar',
deps = [
'//java/client/src/org/openqa/selenium/remote:remote',
'//java/client/src/org/openqa/selenium/support:support',
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 62e298d

Please sign in to comment.