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-help-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 2b2a6d7 remove unused dependency (#379)
2b2a6d7 is described below
commit 2b2a6d7397cc8edba6090ea5c17279953e0be6c3
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Jun 30 12:57:27 2026 +0000
remove unused dependency (#379)
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0b40df0..7df8ba9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -234,12 +234,6 @@
<version>3.5.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.maven</groupId>
- <artifactId>maven-compat</artifactId>
- <version>${mavenVersion}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>