Skip to content

Commit

Permalink
[java] Updating HtmlUnit driver to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Nov 27, 2018
1 parent 6228b25 commit 112a1fb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .idea/libraries/htmlunit.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 @@ -10,7 +10,7 @@
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.33.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.33-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/neko-htmlunit-2.33.jar" sourcepath="/third-party/java/htmlunit/neko-htmlunit-2.33-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.33.jar" sourcepath="/third-party/java/htmlunit/htmlunit-core-js-2.33-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/selenium/htmlunit-driver-2.32.2-SNAPSHOT.jar" sourcepath="/third-party/java/selenium/htmlunit-driver-2.32.2-SNAPSHOT-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/selenium/htmlunit-driver-2.33.3.jar" sourcepath="/third-party/java/selenium/htmlunit-driver-2.33.3-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.12.v20180830.jar" sourcepath="/third-party/java/jetty/jetty-util-9.4.12.v20180830-sources.jar"/>
Expand Down
4 changes: 2 additions & 2 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.32.2-SNAPSHOT',
binary_jar = 'htmlunit-driver-2.32.2-SNAPSHOT.jar',
source_jar = 'htmlunit-driver-2.32.2-SNAPSHOT-sources.jar',
binary_jar = 'htmlunit-driver-2.33.3.jar',
source_jar = 'htmlunit-driver-2.33.3-sources.jar',
deps = [
'//java/client/src/org/openqa/selenium/remote:remote',
'//java/client/src/org/openqa/selenium/support:support',
Expand Down
4 changes: 2 additions & 2 deletions third_party/java/selenium/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
java_import(
name = "htmlunit-driver",
jars = ["htmlunit-driver-2.32.2-SNAPSHOT.jar"],
jars = ["htmlunit-driver-2.33.3.jar"],
licenses = [
"notice", # Apache 2
],
srcjar = "htmlunit-driver-2.32.2-SNAPSHOT-sources.jar",
srcjar = "htmlunit-driver-2.33.3-sources.jar",
tags = [
"maven_coordinates=org.seleniumhq.selenium:htmlunit-driver:jar:2.32.2-SNAPSHOT",
],
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit 112a1fb

Please sign in to comment.