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


The following commit(s) were added to refs/heads/main by this push:
     new 9b773d8d904 Remove camel-test-junit5 - components-starter already 
brings in camel-spring-test-junit5 (#558)
9b773d8d904 is described below

commit 9b773d8d904f521fc763f6e77cbead89868cac3a
Author: Tom Cunningham <[email protected]>
AuthorDate: Fri May 13 02:00:33 2022 -0400

    Remove camel-test-junit5 - components-starter already brings in 
camel-spring-test-junit5 (#558)
---
 components-starter/camel-master-starter/pom.xml   | 6 ------
 components-starter/camel-telegram-starter/pom.xml | 6 ------
 components-starter/camel-webhook-starter/pom.xml  | 6 ------
 3 files changed, 18 deletions(-)

diff --git a/components-starter/camel-master-starter/pom.xml 
b/components-starter/camel-master-starter/pom.xml
index 9c05621aaa2..29dacf2d33f 100644
--- a/components-starter/camel-master-starter/pom.xml
+++ b/components-starter/camel-master-starter/pom.xml
@@ -40,12 +40,6 @@
       <version>${camel-version}</version>
     </dependency>
     <!-- test dependencies -->
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-test-junit5</artifactId>
-      <version>${camel-version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-slf4j-impl</artifactId>
diff --git a/components-starter/camel-telegram-starter/pom.xml 
b/components-starter/camel-telegram-starter/pom.xml
index 41dfd1b802a..81dde9bc81a 100644
--- a/components-starter/camel-telegram-starter/pom.xml
+++ b/components-starter/camel-telegram-starter/pom.xml
@@ -49,12 +49,6 @@
       <artifactId>assertj-core</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-test-junit5</artifactId>
-      <version>${camel-version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-health</artifactId>
diff --git a/components-starter/camel-webhook-starter/pom.xml 
b/components-starter/camel-webhook-starter/pom.xml
index 41d9f4b5737..b4ceb60c316 100644
--- a/components-starter/camel-webhook-starter/pom.xml
+++ b/components-starter/camel-webhook-starter/pom.xml
@@ -40,12 +40,6 @@
       <version>${camel-version}</version>
     </dependency>
     <!-- Test dependencies -->
-    <dependency>
-      <groupId>org.apache.camel</groupId>
-      <artifactId>camel-test-junit5</artifactId>
-      <version>${camel-version}</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.awaitility</groupId>
       <artifactId>awaitility</artifactId>

Reply via email to