This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch MENFORCER-490 in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git
commit 2c9adcfb5c7d30b640e6f205935ba98110fb4e79 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sun May 26 08:23:53 2024 -0400 Remove unused dependency --- maven-enforcer-extension/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/maven-enforcer-extension/pom.xml b/maven-enforcer-extension/pom.xml index 3883980..c9aae9e 100644 --- a/maven-enforcer-extension/pom.xml +++ b/maven-enforcer-extension/pom.xml @@ -49,13 +49,6 @@ <artifactId>plexus-xml</artifactId> <scope>provided</scope> </dependency> - <dependency> - <!-- needed for IT tests --> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <version>${project.version}</version> - <scope>test</scope> - </dependency> </dependencies> <build>