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

pcongiusti 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 5c6cc9f9176b fix(ci): remove camel-test module from coverage
5c6cc9f9176b is described below

commit 5c6cc9f9176bfa2be0940122edb02721d12359a4
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Feb 5 08:24:29 2026 +0100

    fix(ci): remove camel-test module from coverage
---
 coverage/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/coverage/pom.xml b/coverage/pom.xml
index 2d1061567cd9..8a8fea0bb15c 100644
--- a/coverage/pom.xml
+++ b/coverage/pom.xml
@@ -2225,11 +2225,11 @@
             <artifactId>camel-tensorflow-serving</artifactId>
             <version>${project.version}</version>
         </dependency>
-      <dependency>
+      <!-- dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test</artifactId>
             <version>4.18.0-SNAPSHOT</version>
-      </dependency>
+      </dependency -->
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test-junit5</artifactId>

Reply via email to