This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 2f0c760a13c6 camel-openapi-java: removes unused junit-vintage
dependency (#21669)
2f0c760a13c6 is described below
commit 2f0c760a13c63f5feaab0ff6dba0474e2e18eb0e
Author: Marco Carletti <[email protected]>
AuthorDate: Mon Mar 2 10:07:33 2026 +0100
camel-openapi-java: removes unused junit-vintage dependency (#21669)
---
components/camel-openapi-java/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/components/camel-openapi-java/pom.xml
b/components/camel-openapi-java/pom.xml
index 203ab650006b..c1344f1d45aa 100644
--- a/components/camel-openapi-java/pom.xml
+++ b/components/camel-openapi-java/pom.xml
@@ -123,11 +123,6 @@
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.junit.vintage</groupId>
- <artifactId>junit-vintage-engine</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>