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 3a06c8cc70b7 Remove duplicate dependency camel-test-infra-common 
(#21642)
3a06c8cc70b7 is described below

commit 3a06c8cc70b77d1402a8656b73346168be7412d8
Author: Claudio Miranda <[email protected]>
AuthorDate: Fri Feb 27 18:09:08 2026 -0300

    Remove duplicate dependency camel-test-infra-common (#21642)
    
    Removed camel-test-infra-common dependency from pom.xml.
---
 dsl/camel-jbang/camel-jbang-plugin-kubernetes/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-plugin-kubernetes/pom.xml 
b/dsl/camel-jbang/camel-jbang-plugin-kubernetes/pom.xml
index 32de0f46c416..360e162d3dbb 100644
--- a/dsl/camel-jbang/camel-jbang-plugin-kubernetes/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-plugin-kubernetes/pom.xml
@@ -252,12 +252,6 @@
             <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-test-infra-common</artifactId>
-            <version>${project.version}</version>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.junit-pioneer</groupId>
             <artifactId>junit-pioneer</artifactId>

Reply via email to