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

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


The following commit(s) were added to refs/heads/maven-3.8.x by this push:
     new 1ea42b0  [MNG-7219] [Regression] plexus-cipher missing from transitive 
dependencies
1ea42b0 is described below

commit 1ea42b0371f1bc99a4e0629c3734ad4ccfc0dcbd
Author: Michael Osipov <[email protected]>
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 a4cf039..d98d432 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 06686b9..4625981 100644
--- a/maven-compat/pom.xml
+++ b/maven-compat/pom.xml
@@ -100,11 +100,6 @@ under the License.
     </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 60b958f..b3f048b 100644
--- a/maven-core/pom.xml
+++ b/maven-core/pom.xml
@@ -123,11 +123,6 @@ under the License.
       <artifactId>plexus-component-annotations</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>

Reply via email to