This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
     new e6cd6e9  Remove unused dependency (#316)
e6cd6e9 is described below

commit e6cd6e90958f2393d8dca37f363ca743730286f5
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Sun May 26 09:22:05 2024 -0400

    Remove unused dependency (#316)
---
 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>

Reply via email to