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 415f58c95434 Etr (#21638)
415f58c95434 is described below

commit 415f58c954344badabf83d830c080b80361c6803
Author: Claus Ibsen <[email protected]>
AuthorDate: Sat Feb 28 07:24:26 2026 +0100

    Etr (#21638)
    
    * 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 +
 coverage/pom.xml                                                     | 5 -----
 docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc | 5 +++++
 parent/pom.xml                                                       | 5 -----
 5 files changed, 6 insertions(+), 15 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>
diff --git a/coverage/pom.xml b/coverage/pom.xml
index c237e301dc9f..60e1c63270f5 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -2222,11 +2222,6 @@
             <artifactId>camel-tensorflow-serving</artifactId>
             <version>${project.version}</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/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc 
b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
index a189f00ed4e9..5fb2173dc77c 100644
--- a/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
+++ b/docs/user-manual/modules/ROOT/pages/camel-4x-upgrade-guide-4_19.adoc
@@ -13,6 +13,11 @@ See the xref:camel-upgrade-recipes-tool.adoc[documentation] 
page for details.
 
 == Upgrading Camel 4.18 to 4.19
 
+=== camel-bom
+
+The `camel-test` module has been removed from `camel-bom`. This module was 
included by mistake, as since Camel 4, this is
+not a JAR but a pom.xml file. Camel end users should use the 
`camel-test-junit5` / `camel-test-junit6` JARs and the others directly.
+
 === camel-core
 
 The WireTap EIP has removed the `pattern` option from its model (not in use) 
as wiretap always
diff --git a/parent/pom.xml b/parent/pom.xml
index d25ac1860a65..31c33ab5bfd3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2760,11 +2760,6 @@
                 <artifactId>camel-tensorflow-serving</artifactId>
                 <version>${project.version}</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>

Reply via email to