From 1ea42b0371f1bc99a4e0629c3734ad4ccfc0dcbd Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Sat, 11 Sep 2021 13:43:19 +0200 Subject: [PATCH] [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 a4cf0396c61..d98d4326f00 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -113,10 +113,6 @@ under the License. org.fusesource.jansi jansi - - org.codehaus.plexus - plexus-cipher - diff --git a/maven-compat/pom.xml b/maven-compat/pom.xml index 06686b980a5..46259815a4f 100644 --- a/maven-compat/pom.xml +++ b/maven-compat/pom.xml @@ -99,11 +99,6 @@ under the License. wagon-provider-api - - org.codehaus.plexus - plexus-cipher - test - org.apache.maven.wagon wagon-file diff --git a/maven-core/pom.xml b/maven-core/pom.xml index 60b958f1f6f..b3f048b3c07 100644 --- a/maven-core/pom.xml +++ b/maven-core/pom.xml @@ -122,11 +122,6 @@ under the License. org.codehaus.plexus plexus-component-annotations - - org.codehaus.plexus - plexus-cipher - test - org.apache.commons commons-lang3