This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch jaxen in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
commit 70d730eb48430010408b351ff67514a541900240 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Sun Nov 23 08:02:36 2025 -0600 commons-io version is now the same --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 317dbf4e..d9800ead 100644 --- a/pom.xml +++ b/pom.xml @@ -397,12 +397,6 @@ under the License. <artifactId>commons-compress</artifactId> <version>1.28.0</version> </dependency> - <dependency> - <!-- newer version needed by commons-compress --> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>2.21.0</version> - </dependency> <dependency> <groupId>com.github.luben</groupId> <artifactId>zstd-jni</artifactId>
