From 41efc134a9067b58a5ab01e9b8b05d2bd84a94f0 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 10 Apr 2020 09:17:25 +1000 Subject: [PATCH] [MNG-6886] upgrade plexus-cipher to 1.8 and update changed groupId (#335) Signed-off-by: olivier lamy --- apache-maven/pom.xml | 4 ++++ maven-compat/pom.xml | 5 +++++ maven-core/pom.xml | 5 +++++ maven-embedder/pom.xml | 2 +- pom.xml | 36 ++++++++++++++++++++++++++++++++++-- 5 files changed, 49 insertions(+), 3 deletions(-) diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml index b6b86aebd4..6e267ad5e2 100644 --- a/apache-maven/pom.xml +++ b/apache-maven/pom.xml @@ -113,6 +113,10 @@ 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 9f126ea25b..55f4f25753 100644 --- a/maven-compat/pom.xml +++ b/maven-compat/pom.xml @@ -99,6 +99,11 @@ 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 9456069e3b..f6709b080e 100644 --- a/maven-core/pom.xml +++ b/maven-core/pom.xml @@ -122,6 +122,11 @@ under the License. org.codehaus.plexus plexus-component-annotations + + org.codehaus.plexus + plexus-cipher + test + org.apache.commons commons-lang3 diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml index a09e85e81f..cf065031a7 100644 --- a/maven-embedder/pom.xml +++ b/maven-embedder/pom.xml @@ -131,7 +131,7 @@ under the License. plexus-sec-dispatcher - org.sonatype.plexus + org.codehaus.plexus plexus-cipher diff --git a/pom.xml b/pom.xml index 06b9d5ffe5..97e2d4e49a 100644 --- a/pom.xml +++ b/pom.xml @@ -62,7 +62,7 @@ under the License. 3.4.3 1.12.1 1.4 - 1.7 + 1.8 1.11 1.3 1.6.3 @@ -405,9 +405,15 @@ under the License. org.sonatype.plexus plexus-sec-dispatcher ${securityDispatcherVersion} + + + org.sonatype.plexus + plexus-cipher + + - org.sonatype.plexus + org.codehaus.plexus plexus-cipher ${cipherVersion} @@ -642,6 +648,32 @@ under the License. + + org.apache.maven.plugins + maven-enforcer-plugin + + + + enforce + + validate + ensure-no-org.sonatype:plexus-cipher + + + + + org.sonatype.plexus:plexus-cipher + + + ensure no more org.sonatype.plexus:plexus-cipher as groupId changed. you have to add some exclusions. + + + + true + + + +