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/01/23 09:08:00 UTC

[maven-enforcer] 03/03: [MENFORCER-371] Drop dep to old plexus-container-default - use default new org.eclipse.sisu.inject one

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

slachiewicz pushed a commit to branch MENFORCER-371
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git

commit 3ede7fdcc6bdfdf6e00abefda8c067afa169d0ec
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 23 10:05:07 2021 +0100

    [MENFORCER-371] Drop dep to old plexus-container-default - use default new org.eclipse.sisu.inject one
---
 enforcer-api/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/enforcer-api/pom.xml b/enforcer-api/pom.xml
index c27ddd6..0858cfc 100644
--- a/enforcer-api/pom.xml
+++ b/enforcer-api/pom.xml
@@ -41,11 +41,6 @@
       <artifactId>maven-plugin-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-9</version>
-    </dependency>
-    <dependency>
       <groupId>com.google.code.findbugs</groupId>
       <artifactId>jsr305</artifactId>
       <version>3.0.0</version>