You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/04/17 00:31:05 UTC

[maven-shared-utils] branch master updated: remove unused plexus dependency

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new 5097cee  remove unused plexus dependency
5097cee is described below

commit 5097ceefd24fc83e005bdfa4e254975b025733ad
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jan 23 07:45:51 2021 -0500

    remove unused plexus dependency
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce50ec2..5fc16dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,12 +113,6 @@
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>2.1.0</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
       <version>3.3.0</version>
       <scope>test</scope>