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/11 11:54:13 UTC

[maven] branch MNG-7219_maven-3.8.x created (now 13533fb)

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

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


      at 13533fb  [MNG-7219] [Regression] plexus-cipher missing from transitive dependencies of maven-core 3.8.2

This branch includes the following new commits:

     new 13533fb  [MNG-7219] [Regression] plexus-cipher missing from transitive dependencies of maven-core 3.8.2

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven] 01/01: [MNG-7219] [Regression] plexus-cipher missing from transitive dependencies of maven-core 3.8.2

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

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

    [MNG-7219] [Regression] plexus-cipher missing from transitive dependencies of maven-core 3.8.2
---
 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>