This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch tes in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git
commit 114a201f450163f66b040a36291e1f64a05ffc34 Author: Elliotte Rusty Harold <[email protected]> AuthorDate: Thu Nov 27 06:04:28 2025 -0600 Remove unused harness --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 665edf7..a2798e0 100644 --- a/pom.xml +++ b/pom.xml @@ -126,12 +126,6 @@ under the License. <version>${mavenVersion}</version> <scope>test</scope> </dependency> - <dependency> - <groupId>org.apache.maven.plugin-testing</groupId> - <artifactId>maven-plugin-testing-harness</artifactId> - <version>3.4.0</version> - <scope>test</scope> - </dependency> </dependencies> <build>
