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 a81608a7849f1b990b09f67e4dd3a3c3b894aba7 Author: Jorge Solórzano <jor...@gmail.com> AuthorDate: Fri Apr 22 11:56:59 2022 +0200 Require Maven 3.2.5+ Signed-off-by: Jorge Solórzano <jor...@gmail.com> --- pom.xml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 84890cd..fb3eb3c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> - <version>35</version> + <version>36</version> <relativePath /> </parent> @@ -34,7 +34,7 @@ <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description> <properties> - <mavenVersion>3.1.1</mavenVersion> + <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> @@ -65,18 +65,6 @@ <!-- Apache Maven dependencies --> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact</artifactId> - <version>${mavenVersion}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - <version>${mavenVersion}</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> @@ -96,11 +84,6 @@ <artifactId>commons-io</artifactId> <version>2.11.0</version> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - <version>1.21</version> - </dependency> <!-- Plexus dependencies -->