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:45 UTC

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

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>