This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 3802a53 [MCHANGES-438] Remove test dependency on maven-compat 3802a53 is described below commit 3802a53b87c15bffbb2bc3b653bf337051c7552b Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sat Nov 23 07:53:06 2024 -0500 [MCHANGES-438] Remove test dependency on maven-compat --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 112816d..a44265b 100644 --- a/pom.xml +++ b/pom.xml @@ -360,13 +360,7 @@ under the License. <dependency> <groupId>org.apache.maven.plugin-testing</groupId> <artifactId>maven-plugin-testing-harness</artifactId> - <version>3.3.0</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-compat</artifactId> - <version>${mavenVersion}</version> + <version>4.0.0-alpha-2</version> <scope>test</scope> </dependency> <dependency>