You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2023/02/20 14:06:01 UTC

[maven] branch io updated: Prefer Apache commons utils and Java 7 to codehaus

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

elharo pushed a commit to branch io
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/io by this push:
     new 7368bc98d Prefer Apache commons utils and Java 7 to codehaus
7368bc98d is described below

commit 7368bc98d6a23f57d3b3cb437e7ea5fef63e05c1
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Mon Feb 20 09:05:51 2023 -0500

    Prefer Apache commons utils and Java 7 to codehaus
---
 maven-compat/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml
index ca7019aae..9af5e0df2 100644
--- a/maven-compat/pom.xml
+++ b/maven-compat/pom.xml
@@ -100,6 +100,10 @@ under the License.
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-provider-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.codehaus.plexus</groupId>