This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch com in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit 24df26b6635217356cd0b4e7cd0ab5b14ad0596a Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Tue Jun 30 07:54:36 2026 -0400 remove unused dependency --- 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>
