Skip to content

Commit de0cd05

Browse files
committed
Updating HtmlUnit to 2.12 (and cssparser to 0.9.9)
1 parent 9469bfc commit de0cd05

File tree

12 files changed

+19
-19
lines changed

12 files changed

+19
-19
lines changed

.idea/libraries/cssparser.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/htmlunit.xml

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/client/.classpath

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<classpathentry kind="lib" path="/third-party/java/hamcrest/hamcrest-library-1.3.jar"/>
99
<classpathentry kind="lib" path="/third-party/java/testng/testng-6.8.jar" sourcepath="/third-party/java/testng/testng-6.8-sources.jar"/>
1010
<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-14.0.jar" sourcepath="/third-party/java/guava-libraries/guava-14.0-sources.jar"/>
11-
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.11.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.11-sources.jar"/>
12-
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.11.jar"/>
11+
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-2.12.jar" sourcepath="/third-party/java/htmlunit/htmlunit-2.12-sources.jar"/>
12+
<classpathentry kind="lib" path="/third-party/java/htmlunit/htmlunit-core-js-2.12.jar"/>
1313
<classpathentry kind="lib" path="/third-party/java/jna/jna-3.4.0.jar" sourcepath="/third-party/java/jna/jna-3.4.0-src.jar"/>
1414
<classpathentry kind="lib" path="/third-party/java/jna/jna-platform-3.4.0.jar" sourcepath="/third-party/java/jna/jna-platform-3.4.0-src.jar"/>
1515
<classpathentry kind="lib" path="/third-party/java/commons-exec/commons-exec-1.1.jar" sourcepath="/third-party/java/commons-exec/commons-exec-1.1-sources.jar"/>
@@ -33,7 +33,7 @@
3333
<classpathentry kind="lib" path="/third-party/java/commons-lang/commons-lang3-3.1.jar" sourcepath="/third-party/java/commons-lang/commons-lang3-3.1-sources.jar"/>
3434
<classpathentry kind="lib" path="/third-party/java/apache-httpclient/httpmime-4.2.1.jar" sourcepath="/third-party/java/apache-httpclient/httpmime-4.2.1-sources.jar"/>
3535
<classpathentry kind="lib" path="/third-party/java/commons-collections/commons-collections-3.2.1.jar" sourcepath="/third-party/java/commons-collections/commons-collections-3.2.1-sources.jar"/>
36-
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.8.jar"/>
36+
<classpathentry kind="lib" path="/third-party/java/cssparser/cssparser-0.9.9.jar"/>
3737
<classpathentry kind="lib" path="/third-party/java/xml/xercesImpl-2.10.0.jar"/>
3838
<classpathentry kind="lib" path="/third-party/java/xml/xalan-2.7.1.jar"/>
3939
<classpathentry kind="lib" path="/third-party/java/commons-fileupload/commons-fileupload-1.2.2.jar" sourcepath="/third-party/java/commons-fileupload/commons-fileupload-1.2.2-src.jar"/>

java/client/client.eml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<lib name="guava-11.0.1.jar" scope="COMPILE">
1515
<srcroot url="file:///third-party/java/guava-libraries/guava-11.0.1-src.jar"/>
1616
</lib>
17-
<lib name="htmlunit-2.11.jar" scope="COMPILE">
18-
<srcroot url="file:///third-party/java/htmlunit/htmlunit-2.11-sources.jar"/>
17+
<lib name="htmlunit-2.12.jar" scope="COMPILE">
18+
<srcroot url="file:///third-party/java/htmlunit/htmlunit-2.12-sources.jar"/>
1919
</lib>
2020
<lib name="jna-3.4.0.jar" scope="COMPILE">
2121
<srcroot url="file:///third-party/java/jna/jna-3.4.0-src.jar"/>

maven/htmlunit-driver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>net.sourceforge.htmlunit</groupId>
2222
<artifactId>htmlunit</artifactId>
23-
<version>2.11</version>
23+
<version>2.12</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.apache.httpcomponents</groupId>

selenium.eml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
<lib name="easymockclassextension-2.4.jar" scope="COMPILE">
3737
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/easymock/easymockclassextension-2.4.jar!/"/>
3838
</lib>
39-
<lib name="htmlunit-core-js-2.11.jar" scope="COMPILE">
40-
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/htmlunit/htmlunit-core-js-2.11.jar!/"/>
39+
<lib name="htmlunit-core-js-2.12.jar" scope="COMPILE">
40+
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/htmlunit/htmlunit-core-js-2.12.jar!/"/>
4141
</lib>
4242
<lib name="bcprov-jdk15-146.jar" scope="COMPILE">
4343
<srcroot url="jar://$MODULE_DIR$/third_party/java/bouncycastle/bcprov-jdk15on-1.48.jar!/"/>
@@ -49,8 +49,8 @@
4949
<relative-module-src project-related="jar://$PROJECT_DIR$/third_party/java/jetty/jetty-repacked-7.6.1-sources.jar!/"/>
5050
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/jetty/jetty-repacked-7.6.1.jar!/"/>
5151
</lib>
52-
<lib name="htmlunit-2.9.jar" scope="COMPILE">
53-
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/htmlunit/htmlunit-2.11.jar!/"/>
52+
<lib name="htmlunit-2.12.jar" scope="COMPILE">
53+
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/htmlunit/htmlunit-2.12.jar!/"/>
5454
</lib>
5555
<lib name="easymock-2.4.jar" scope="COMPILE">
5656
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/easymock/easymock-2.4.jar!/"/>
@@ -145,8 +145,8 @@
145145
<lib name="xercesImpl-2.9.1.jar" scope="COMPILE">
146146
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/xml/xercesImpl-2.9.1.jar!/"/>
147147
</lib>
148-
<lib name="cssparser-0.9.8.jar" scope="COMPILE">
149-
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/cssparser/cssparser-0.9.8.jar!/"/>
148+
<lib name="cssparser-0.9.9.jar" scope="COMPILE">
149+
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/cssparser/cssparser-0.9.9.jar!/"/>
150150
</lib>
151151
<lib name="nekohtml-1.9.17.jar" scope="COMPILE">
152152
<relative-module-cls project-related="jar://$PROJECT_DIR$/third_party/java/nekohtml/nekohtml-1.9.17.jar!/"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
java_library(name = "cssparser",
22
deps = [
3-
"cssparser-0.9.8.jar",
3+
"cssparser-0.9.9.jar",
44
"//third_party/java/sac"
55
])
345 KB
Binary file not shown.

third_party/java/htmlunit/build.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
java_library(name = "htmlunit",
22
deps = [
3-
"htmlunit-2.11.jar",
4-
"htmlunit-core-js-2.11.jar",
3+
"htmlunit-2.12.jar",
4+
"htmlunit-core-js-2.12.jar",
55
"//third_party/java/apache-httpclient",
66
"//third_party/java/commons-collections",
77
"//third_party/java/commons-io",
1.11 MB
Binary file not shown.

0 commit comments

Comments
 (0)