You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2022/07/25 07:47:44 UTC

[maven] branch MNG-7521 created (now cbbb9cf7e)

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

khmarbaise pushed a change to branch MNG-7521
in repository https://gitbox.apache.org/repos/asf/maven.git


      at cbbb9cf7e [MNG-7521] - Remove WARNING during build

This branch includes the following new commits:

     new cbbb9cf7e [MNG-7521] - Remove WARNING during build

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven] 01/01: [MNG-7521] - Remove WARNING during build

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MNG-7521
in repository https://gitbox.apache.org/repos/asf/maven.git

commit cbbb9cf7e390b3215fd424706d06a13b9a7e8bbd
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Jul 25 09:47:05 2022 +0200

    [MNG-7521] - Remove WARNING during build
---
 maven-embedder/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml
index 240db27cd..2013c7bde 100644
--- a/maven-embedder/pom.xml
+++ b/maven-embedder/pom.xml
@@ -157,11 +157,6 @@ under the License.
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
     </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
@@ -179,7 +174,6 @@ under the License.
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>2.6</version>
       <scope>test</scope>
     </dependency>
   </dependencies>