Skip to content

Commit

Permalink
Updating htmlunit and htmlunitdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 10, 2018
1 parent 7f0ddee commit d0bc211
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 13 deletions.
6 changes: 3 additions & 3 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-25.0-jre.jar" sourcepath="/third-party/java/guava/guava-25.0-jre-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-2.30.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.30-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/htmlunit/neko-htmlunit-2.30.jar" sourcepath="/third-party/java/htmlunit/neko-htmlunit-2.30-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.29.0.jar" sourcepath="/third-party/java/selenium/htmlunit-driver-2.29.0-sources.jar"/>
<classpathentry kind="lib" path="/third-party/java/selenium/htmlunit-driver-2.30.0.jar" sourcepath="/third-party/java/selenium/htmlunit-driver-2.30.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
13 changes: 6 additions & 7 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.29',
binary_jar = 'htmlunit-2.29.jar',
source_jar = 'htmlunit-2.29-sources.jar',
maven_coords = 'net.sourceforge.htmlunit:htmlunit:jar:2.30',
binary_jar = 'htmlunit-2.30.jar',
source_jar = 'htmlunit-2.30-sources.jar',
deps = [
':htmlunit-core-js',
':neko-htmlunit',
Expand Down Expand Up @@ -34,11 +34,10 @@ prebuilt_jar(

prebuilt_jar(
name = 'neko-htmlunit',
maven_coords = 'net.sourceforge.htmlunit:neko-htmlunit:jar:2.28',
binary_jar = 'neko-htmlunit-2.28.jar',
source_jar = 'neko-htmlunit-2.28-sources.jar',
maven_coords = 'net.sourceforge.htmlunit:neko-htmlunit:jar:2.30',
binary_jar = 'neko-htmlunit-2.30.jar',
source_jar = 'neko-htmlunit-2.30-sources.jar',
deps = [
'//third_party/java/xerces:xercesImpl'
],
)

Binary file removed third_party/java/htmlunit/htmlunit-2.29-sources.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.29.0',
binary_jar = 'htmlunit-driver-2.29.0.jar',
source_jar = 'htmlunit-driver-2.29.0-sources.jar',
maven_coords = 'org.seleniumhq.selenium:htmlunit-driver:jar:2.30.0',
binary_jar = 'htmlunit-driver-2.30.0.jar',
source_jar = 'htmlunit-driver-2.30.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 removed third_party/java/selenium/htmlunit-driver-2.29.0.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d0bc211

Please sign in to comment.