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

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

commit 316a50b1960c5c9dc146d1b087b25ead5b192e92
Author: Gaelle Fournier <[email protected]>
AuthorDate: Wed Sep 25 16:24:45 2024 +0200

    CAMEL-21152: Remove camel-k dependency from camel-jbang kubernetes plugin
---
 dsl/camel-jbang/camel-jbang-plugin-kubernetes/pom.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-plugin-kubernetes/pom.xml 
b/dsl/camel-jbang/camel-jbang-plugin-kubernetes/pom.xml
index d4901bd0cad..06e5eed3308 100644
--- a/dsl/camel-jbang/camel-jbang-plugin-kubernetes/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-plugin-kubernetes/pom.xml
@@ -68,15 +68,7 @@
             <version>${knative-client-version}</version>
         </dependency>
 
-        <!-- Camel K-->
-        <!-- TODO: remove dependency in favor of using trait domain model in 
Camel JBang -->
-        <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-crds</artifactId>
-            <version>${camel-k-version}</version>
-        </dependency>
-
-        <!-- Test dependencies -->
+       <!-- Test dependencies -->
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-test-junit5</artifactId>

Reply via email to