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

davsclaus pushed a commit to branch etr
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7e54c7b275653ed5d8b5747b66d883d6185e1ad7
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Feb 27 16:30:06 2026 +0100

    CAMEL-23099: camel-bom should not have camel-test dependency (its a middle 
folder and just a pom)
---
 bom/camel-bom/pom.xml | 5 -----
 bom/pom.xml           | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 2a0e65210c22..39dda5da7621 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -2302,11 +2302,6 @@
         <artifactId>camel-tensorflow-serving</artifactId>
         <version>4.19.0-SNAPSHOT</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-test</artifactId>
-        <version>4.19.0-SNAPSHOT</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-test-junit5</artifactId>
diff --git a/bom/pom.xml b/bom/pom.xml
index 70c7865f304e..368023136fbc 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -62,6 +62,7 @@
                         <excludes>
                             
<exclude>org.apache.camel:camel-allcomponents</exclude>
                             <exclude>org.apache.camel:dummy-component</exclude>
+                            <exclude>org.apache.camel:camel-test</exclude>
                         </excludes>
                     </dependencies>
                     <sourcePom>${basedir}/target-template-pom.xml</sourcePom>

Reply via email to