This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MSHARED-1003a in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit 040f40dd918b6bec5dddaa4f4a7cf197d761073b Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Fri Apr 22 01:19:09 2022 +0200 [MSHARED-1003] Require Maven 3.2.5+ --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 343001f..43954a9 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,6 @@ <properties> <mavenVersion>3.2.5</mavenVersion> <javaVersion>8</javaVersion> - <surefire.version>2.22.2</surefire.version> <project.build.outputTimestamp>2022-01-02T12:43:14Z</project.build.outputTimestamp> </properties> @@ -87,6 +86,11 @@ <!-- Plexus dependencies --> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-io</artifactId> + <version>3.3.0</version> + </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId>