Skip to content

Commit 64e2038

Browse files
committed
update version to 2.62-SNAPSHOT
use htmlunit 2.62.0 don't exclude ecomons codec (issue #6)
1 parent a5cfc36 commit 64e2038

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

dependency-reduced-pom.xml

Lines changed: 4 additions & 11 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.58.0</version>
7+
<version>2.62.0-SNAPSHOT</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>
@@ -66,7 +66,6 @@
6666
<artifactSet>
6767
<excludes>
6868
<exclude>org.apache.commons:*</exclude>
69-
<exclude>commons-codec:commons-codec</exclude>
7069
<exclude>commons-io:*</exclude>
7170
<exclude>commons-logging:*</exclude>
7271
<exclude>commons-net:*</exclude>
@@ -214,12 +213,6 @@
214213
<version>3.8.0</version>
215214
<scope>compile</scope>
216215
</dependency>
217-
<dependency>
218-
<groupId>commons-codec</groupId>
219-
<artifactId>commons-codec</artifactId>
220-
<version>1.15</version>
221-
<scope>compile</scope>
222-
</dependency>
223216
<dependency>
224217
<groupId>org.brotli</groupId>
225218
<artifactId>dec</artifactId>
@@ -241,7 +234,7 @@
241234
<dependency>
242235
<groupId>org.eclipse.jetty.websocket</groupId>
243236
<artifactId>websocket-client</artifactId>
244-
<version>9.4.45.v20220203</version>
237+
<version>9.4.46.v20220331</version>
245238
<scope>compile</scope>
246239
</dependency>
247240
</dependencies>
@@ -261,8 +254,8 @@
261254
</site>
262255
</distributionManagement>
263256
<properties>
264-
<jetty.version>9.4.45.v20220203</jetty.version>
265-
<htmlunit.version>2.58.0</htmlunit.version>
257+
<jetty.version>9.4.46.v20220331</jetty.version>
258+
<htmlunit.version>2.62.0</htmlunit.version>
266259
<maven.compiler.source>8</maven.compiler.source>
267260
<additionalparam>-Xdoclint:none</additionalparam>
268261
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

pom.xml

Lines changed: 3 additions & 6 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.59.0</version>
8+
<version>2.62.0-SNAPSHOT</version>
99

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

29-
<htmlunit.version>2.59.0</htmlunit.version>
30-
<jetty.version>9.4.45.v20220203</jetty.version>
29+
<htmlunit.version>2.62.0</htmlunit.version>
30+
<jetty.version>9.4.46.v20220331</jetty.version>
3131
</properties>
3232

3333
<build>
@@ -58,7 +58,6 @@
5858
<excludes>
5959
<exclude>org.apache.commons:*</exclude>
6060

61-
<exclude>commons-codec:commons-codec</exclude>
6261
<exclude>commons-io:*</exclude>
6362
<exclude>commons-logging:*</exclude>
6463
<exclude>commons-net:*</exclude>
@@ -80,8 +79,6 @@
8079
<exclude>META-INF/*.RSA</exclude>
8180
<exclude>META-INF/DEPENDENCIES</exclude>
8281
<exclude>META-INF/NOTICE</exclude>
83-
84-
<exclude>com/gargoylesoftware/htmlunit/**/package-info.class</exclude>
8582
</excludes>
8683
</filter>
8784
</filters>

0 commit comments

Comments
 (0)