This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch maven-resources-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git


The following commit(s) were added to refs/heads/maven-resources-plugin-3.x by 
this push:
     new 3f74ba2  Drop commons-io; unused
3f74ba2 is described below

commit 3f74ba2a16d14ee4b0b0c0ad924877869b0e1f16
Author: Tamas Cservenak <[email protected]>
AuthorDate: Thu Feb 26 19:48:03 2026 +0100

    Drop commons-io; unused
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6111ca7..80d92ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -148,12 +148,6 @@ under the License.
       <version>${version.slf4j}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.21.0</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>

Reply via email to