Skip to content

Commit 80b5190

Browse files
authored
Fix dex format problem
Fix problem when compiling in Android HtmlUnit#2
1 parent a5cfc36 commit 80b5190

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,12 @@
5757
<artifactSet>
5858
<excludes>
5959
<exclude>org.apache.commons:*</exclude>
60-
61-
<exclude>commons-codec:commons-codec</exclude>
62-
<exclude>commons-io:*</exclude>
63-
<exclude>commons-logging:*</exclude>
60+
<!-- Removed 3, Added 2 per https://github.com/HtmlUnit/htmlunit-android/issues/2#issuecomment-1064730655
61+
commons-codec:commons-codec
62+
commons-io:*
63+
commons-logging:* -->
64+
<exclude>netscape/package-info.class</exclude>
65+
<exclude>netscape/javascript/package-info.class</exclude>
6466
<exclude>commons-net:*</exclude>
6567

6668
<exclude>org.brotli:*</exclude>

0 commit comments

Comments
 (0)