You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/09/14 17:21:30 UTC

[maven] branch master updated: [MNG-7219] [Regression] plexus-cipher missing from transitive dependencies

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6b6589b  [MNG-7219] [Regression] plexus-cipher missing from transitive dependencies
6b6589b is described below

commit 6b6589bf1ca4d322716992ea4b279d0f5cbc21c0
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Sep 11 13:43:19 2021 +0200

    [MNG-7219] [Regression] plexus-cipher missing from transitive dependencies
---
 apache-maven/pom.xml | 4 ----
 maven-compat/pom.xml | 5 -----
 maven-core/pom.xml   | 5 -----
 3 files changed, 14 deletions(-)

diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index c69ad08..15de95f 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -113,10 +113,6 @@ under the License.
       <groupId>org.fusesource.jansi</groupId>
       <artifactId>jansi</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-cipher</artifactId>
-    </dependency>
   </dependencies>
 
   <build>
diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml
index b0e8b25..d27b689 100644
--- a/maven-compat/pom.xml
+++ b/maven-compat/pom.xml
@@ -105,11 +105,6 @@ under the License.
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-cipher</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.maven.wagon</groupId>
       <artifactId>wagon-file</artifactId>
       <scope>test</scope>
diff --git a/maven-core/pom.xml b/maven-core/pom.xml
index 89450f9..77c5140 100644
--- a/maven-core/pom.xml
+++ b/maven-core/pom.xml
@@ -131,11 +131,6 @@ under the License.
       <artifactId>plexus-classworlds</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-cipher</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
     </dependency>