This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new c6edb6b94 No need to exclude a package that doesn't exist from
moditect-maven-plugin
c6edb6b94 is described below
commit c6edb6b94ca8aa43028be9865c76b49e78b82352
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 24 08:42:05 2026 -0400
No need to exclude a package that doesn't exist from
moditect-maven-plugin
---
pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index db7493305..7557a6541 100644
--- a/pom.xml
+++ b/pom.xml
@@ -582,7 +582,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z,
arj.
<moduleInfo>
<exports>
!org.apache.commons.compress.harmony.internal.*;
-
!org.apache.commons.compress.harmony.archive.internal.*;
*;
</exports>
</moduleInfo>