This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch util in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git
commit 87c8e9fb16b4d36713b9ea68c97608294a172b2d Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Wed Mar 8 18:44:43 2023 -0500 [MWRAPPER-100] remove unused maven-shared-util --- maven-wrapper-plugin/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/maven-wrapper-plugin/pom.xml b/maven-wrapper-plugin/pom.xml index 4b8e6d1..3151d03 100644 --- a/maven-wrapper-plugin/pom.xml +++ b/maven-wrapper-plugin/pom.xml @@ -50,11 +50,6 @@ under the License. <version>${mavenVersion}</version> <scope>provided</scope> </dependency> - <dependency> - <groupId>org.apache.maven.shared</groupId> - <artifactId>maven-shared-utils</artifactId> - <version>3.3.4</version> - </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-archiver</artifactId>
