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-spring-boot.git

commit bab0e1dd0c96ad738fd5f8f85a28d19aa9069722
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Tue Jun 27 11:15:58 2023 +0200

    Remove duplicate dependency
---
 components-starter/camel-kamelet-starter/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/components-starter/camel-kamelet-starter/pom.xml 
b/components-starter/camel-kamelet-starter/pom.xml
index 1d44a6c616e..9b381edb8ee 100644
--- a/components-starter/camel-kamelet-starter/pom.xml
+++ b/components-starter/camel-kamelet-starter/pom.xml
@@ -99,12 +99,6 @@
       <version>${camel-version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-test-spring-junit5</artifactId>
-      <version>${camel-version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-http</artifactId>

Reply via email to