This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new ceef4b01 commons-io version is now the same (#1274)
ceef4b01 is described below
commit ceef4b01476f04067bef1660229bf69e109394c2
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Nov 23 10:04:49 2025 -0600
commons-io version is now the same (#1274)
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4a7e7fce..501e77d0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -414,12 +414,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>