This is an automated email from the ASF dual-hosted git repository. claudio4j pushed a commit to branch claudio4j-patch-1 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 55af23e097e47acfe3e0f970da6d5d72cdaba349 Author: Claudio Miranda <[email protected]> AuthorDate: Fri Feb 27 16:23:37 2026 -0300 Remove duplicate dependency camel-test-infra-common 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>
