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-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d7d7b5ad Remove junit-vintage-engine, maven-compat dependencies
d7d7b5ad is described below

commit d7d7b5ad5e4047ca1564cd0f02a14ba66e81d0c2
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Mar 14 16:07:54 2026 +0100

    Remove junit-vintage-engine, maven-compat dependencies
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3b1e38f6..3a7cedfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,12 +235,6 @@ under the License.
       <version>${mavenVersion}</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-compat</artifactId>
-      <version>${mavenVersion}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
@@ -484,12 +478,6 @@ under the License.
       <artifactId>junit-jupiter-api</artifactId>
       <scope>test</scope>
     </dependency>
-    <!-- Is needed for MojoExtension-->
-    <dependency>
-      <groupId>org.junit.vintage</groupId>
-      <artifactId>junit-vintage-engine</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
       <artifactId>mockito-core</artifactId>

Reply via email to