From 32eef92a247a12ab1686f0566f04ac53ddeda77d Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Wed, 3 Feb 2021 00:46:59 +0100 Subject: [PATCH] [MINVOKER-277] Require Maven 3.1.1 --- pom.xml | 37 +++++++++++++++++++++++++++++++++---- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8b209e0b..36538c2b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ under the License. maven-plugins org.apache.maven.plugins 34 - ../../pom/maven/maven-plugins/pom.xml + maven-invoker-plugin @@ -66,7 +66,7 @@ under the License. 7 - 3.0 + 3.1.1 1.9.1 1.9.2 org.apache-extras.beanshell @@ -145,12 +145,29 @@ under the License. maven-artifact-transfer 0.13.1 - + + org.apache.maven.shared + maven-common-artifact-filters + 3.1.1 + compile + + + sisu-inject-plexus + org.sonatype.sisu + + + org.apache.maven.doxia doxia-sink-api ${doxiaVersion} + + + plexus-container-default + org.codehaus.plexus + + org.apache.maven.doxia @@ -161,6 +178,12 @@ under the License. org.apache.maven.doxia doxia-core ${doxiaVersion} + + + plexus-container-default + org.codehaus.plexus + + @@ -236,8 +259,14 @@ under the License. org.apache.maven.plugin-testing maven-plugin-testing-harness - 2.1 + 3.1.0 test + + + plexus-container-default + org.codehaus.plexus + + org.apache.maven