Skip to content

Commit 54d6a35

Browse files
committed
version 2.65.0
1 parent 253b87a commit 54d6a35

File tree

4 files changed

+10
-45
lines changed

4 files changed

+10
-45
lines changed

.classpath

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
<classpathentry kind="src" path="src/main/java" including="**/*.java"/>
44
<classpathentry kind="output" path="target/classes"/>
55
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
6-
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit/2.64.0/htmlunit-2.64.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit/2.64.0/htmlunit-2.64.0-sources.jar"/>
7-
<classpathentry kind="var" path="M2_REPO/xalan/xalan/2.7.2/xalan-2.7.2.jar" sourcepath="M2_REPO/xalan/xalan/2.7.2/xalan-2.7.2-sources.jar"/>
8-
<classpathentry kind="var" path="M2_REPO/xalan/serializer/2.7.2/serializer-2.7.2.jar" sourcepath="M2_REPO/xalan/serializer/2.7.2/serializer-2.7.2-sources.jar"/>
6+
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit/2.65.1/htmlunit-2.65.1.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit/2.65.1/htmlunit-2.65.1-sources.jar"/>
97
<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13-sources.jar"/>
108
<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13-sources.jar"/>
119
<classpathentry kind="var" path="M2_REPO/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar" sourcepath="M2_REPO/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13-sources.jar"/>
1210
<classpathentry kind="var" path="M2_REPO/commons-logging/commons-logging/1.2/commons-logging-1.2.jar" sourcepath="M2_REPO/commons-logging/commons-logging/1.2/commons-logging-1.2-sources.jar"/>
13-
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit-core-js/2.64.0/htmlunit-core-js-2.64.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit-core-js/2.64.0/htmlunit-core-js-2.64.0-sources.jar"/>
14-
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/neko-htmlunit/2.64.0/neko-htmlunit-2.64.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/neko-htmlunit/2.64.0/neko-htmlunit-2.64.0-sources.jar"/>
11+
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit-core-js/2.65.0/htmlunit-core-js-2.65.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit-core-js/2.65.0/htmlunit-core-js-2.65.0-sources.jar"/>
12+
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/neko-htmlunit/2.65.0/neko-htmlunit-2.65.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/neko-htmlunit/2.65.0/neko-htmlunit-2.65.0-sources.jar"/>
1513
<classpathentry kind="var" path="M2_REPO/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2.jar" sourcepath="M2_REPO/xerces/xercesImpl/2.12.2/xercesImpl-2.12.2-sources.jar"/>
1614
<classpathentry kind="var" path="M2_REPO/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01.jar" sourcepath="M2_REPO/xml-apis/xml-apis/1.4.01/xml-apis-1.4.01-sources.jar"/>
1715
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit-cssparser/1.12.0/htmlunit-cssparser-1.12.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit-cssparser/1.12.0/htmlunit-cssparser-1.12.0-sources.jar"/>
16+
<classpathentry kind="var" path="M2_REPO/net/sourceforge/htmlunit/htmlunit-xpath/2.65.0/htmlunit-xpath-2.65.0.jar" sourcepath="M2_REPO/net/sourceforge/htmlunit/htmlunit-xpath/2.65.0/htmlunit-xpath-2.65.0-sources.jar"/>
1817
<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar" sourcepath="M2_REPO/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0-sources.jar"/>
1918
<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-text/1.9/commons-text-1.9.jar" sourcepath="M2_REPO/org/apache/commons/commons-text/1.9/commons-text-1.9-sources.jar"/>
2019
<classpathentry kind="var" path="M2_REPO/commons-io/commons-io/2.10.0/commons-io-2.10.0.jar" sourcepath="M2_REPO/commons-io/commons-io/2.10.0/commons-io-2.10.0-sources.jar"/>

dependency-reduced-pom.xml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>net.sourceforge.htmlunit</groupId>
55
<artifactId>htmlunit-android</artifactId>
66
<name>HtmlUnitAndroid</name>
7-
<version>2.64.0</version>
7+
<version>2.65.0</version>
88
<description>A headless browser intended for use in testing web-based applications packaged for android.</description>
99
<url>http://htmlunit.sourceforge.net</url>
1010
<issueManagement>
@@ -45,7 +45,7 @@
4545
<plugins>
4646
<plugin>
4747
<artifactId>maven-jar-plugin</artifactId>
48-
<version>3.2.2</version>
48+
<version>3.3.0</version>
4949
<configuration>
5050
<archive>
5151
<manifest>
@@ -73,7 +73,6 @@
7373
<exclude>commons-net:*</exclude>
7474
<exclude>org.brotli:*</exclude>
7575
<exclude>com.shapesecurity:*</exclude>
76-
<exclude>xalan:*</exclude>
7776
<exclude>org.eclipse.jetty.websocket:*</exclude>
7877
<exclude>org.eclipse.jetty:*</exclude>
7978
</excludes>
@@ -167,22 +166,6 @@
167166
</repository>
168167
</repositories>
169168
<dependencies>
170-
<dependency>
171-
<groupId>xalan</groupId>
172-
<artifactId>xalan</artifactId>
173-
<version>2.7.2</version>
174-
<scope>compile</scope>
175-
<exclusions>
176-
<exclusion>
177-
<artifactId>xercesImpl</artifactId>
178-
<groupId>xerces</groupId>
179-
</exclusion>
180-
<exclusion>
181-
<artifactId>xml-apis</artifactId>
182-
<groupId>xml-apis</groupId>
183-
</exclusion>
184-
</exclusions>
185-
</dependency>
186169
<dependency>
187170
<groupId>org.apache.commons</groupId>
188171
<artifactId>commons-lang3</artifactId>
@@ -261,7 +244,7 @@
261244
</distributionManagement>
262245
<properties>
263246
<jetty.version>9.4.19.v20190610</jetty.version>
264-
<htmlunit.version>2.64.0</htmlunit.version>
247+
<htmlunit.version>2.65.0</htmlunit.version>
265248
<maven.compiler.source>8</maven.compiler.source>
266249
<additionalparam>-Xdoclint:none</additionalparam>
267250
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

pom.xml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>net.sourceforge.htmlunit</groupId>
77
<artifactId>htmlunit-android</artifactId>
8-
<version>2.64.0</version>
8+
<version>2.65.0</version>
99

1010
<name>HtmlUnitAndroid</name>
1111
<organization>
@@ -26,7 +26,7 @@
2626
<maven.compiler.source>8</maven.compiler.source>
2727
<maven.compiler.target>8</maven.compiler.target>
2828

29-
<htmlunit.version>2.64.0</htmlunit.version>
29+
<htmlunit.version>2.65.1</htmlunit.version>
3030
<!-- overwrite the jetty version to be compatible with older android api's -->
3131
<!-- see https://github.com/HtmlUnit/htmlunit-android/issues/5 -->
3232
<jetty.version>9.4.19.v20190610</jetty.version>
@@ -37,7 +37,7 @@
3737
<plugin>
3838
<groupId>org.apache.maven.plugins</groupId>
3939
<artifactId>maven-jar-plugin</artifactId>
40-
<version>3.2.2</version>
40+
<version>3.3.0</version>
4141
<configuration>
4242
<archive>
4343
<manifest>
@@ -68,7 +68,6 @@
6868

6969
<exclude>org.brotli:*</exclude>
7070
<exclude>com.shapesecurity:*</exclude>
71-
<exclude>xalan:*</exclude>
7271

7372
<exclude>org.eclipse.jetty.websocket:*</exclude>
7473
<exclude>org.eclipse.jetty:*</exclude>
@@ -202,21 +201,6 @@
202201
<version>${htmlunit.version}</version>
203202
</dependency>
204203

205-
<dependency>
206-
<groupId>xalan</groupId>
207-
<artifactId>xalan</artifactId>
208-
<version>2.7.2</version>
209-
<exclusions>
210-
<exclusion>
211-
<groupId>xerces</groupId>
212-
<artifactId>xercesImpl</artifactId>
213-
</exclusion>
214-
<exclusion>
215-
<groupId>xml-apis</groupId>
216-
<artifactId>xml-apis</artifactId>
217-
</exclusion>
218-
</exclusions>
219-
</dependency>
220204
<dependency>
221205
<groupId>org.apache.commons</groupId>
222206
<artifactId>commons-lang3</artifactId>

src/main/java/com/gargoylesoftware/htmlunit/android/Main.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ public static void main(String[] args) {
8383
// System.out.println(org.apache.xmlcommons.Version.getVersion());
8484
// System.out.println(org.apache.xml.serializer.Version.getVersion());
8585
// System.out.println(org.apache.xerces.impl.Version.getVersion());
86-
// System.out.println(org.apache.xalan.Version.getVersion());
8786
//
8887
System.out.println();
8988
System.out.println();

0 commit comments

Comments
 (0)