This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch MJARSIGNER-65-plexus in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git
commit 420436925862851d929e61a9a258c138f4826796 Author: Slawomir Jaranowski <[email protected]> AuthorDate: Tue Aug 13 23:22:25 2024 +0200 [MJARSIGNER-65] Use plexus-utils version from parent --- pom.xml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/pom.xml b/pom.xml index 7a8affe..91c12c0 100644 --- a/pom.xml +++ b/pom.xml @@ -74,15 +74,6 @@ under the License. <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp> </properties> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-utils</artifactId> - <version>4.0.0</version> - </dependency> - </dependencies> - </dependencyManagement> <dependencies> <dependency> <groupId>org.apache.maven</groupId> @@ -118,11 +109,6 @@ under the License. <artifactId>maven-shared-utils</artifactId> <version>3.3.3</version> </dependency> - <dependency> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-xml</artifactId> - <version>3.0.0</version> - </dependency> <dependency> <groupId>org.sonatype.plexus</groupId> <artifactId>plexus-sec-dispatcher</artifactId>
