This is an automated email from the ASF dual-hosted git repository.

fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f1a63f4950 remove unused junit-vintage dependency
0f1a63f4950 is described below

commit 0f1a63f4950a3ac9c25810a1a27645eafe3762c2
Author: Marco Carletti <[email protected]>
AuthorDate: Mon Mar 2 08:34:48 2026 +0100

    remove unused junit-vintage dependency
---
 core/camel-spring-boot-xml/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/core/camel-spring-boot-xml/pom.xml 
b/core/camel-spring-boot-xml/pom.xml
index 97a05b3264f..fc09037845c 100644
--- a/core/camel-spring-boot-xml/pom.xml
+++ b/core/camel-spring-boot-xml/pom.xml
@@ -88,11 +88,6 @@
             <artifactId>camel-test-spring-junit6</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.junit.vintage</groupId>
-            <artifactId>junit-vintage-engine</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-test</artifactId>

Reply via email to