You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2020/11/17 11:22:42 UTC

[camel-k-runtime] branch master updated: knative: fix wrong dependencies

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/master by this push:
     new 057ea58  knative: fix wrong dependencies
057ea58 is described below

commit 057ea58d0f64ce29b030455bc211bbc8bc025e63
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Tue Nov 17 11:50:53 2020 +0100

    knative: fix wrong dependencies
---
 camel-k-knative/consumer/runtime/pom.xml          | 4 ----
 camel-k-knative/runtime/pom.xml                   | 4 ++++
 itests/camel-k-itests-knative-sinkbinding/pom.xml | 4 ----
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/camel-k-knative/consumer/runtime/pom.xml b/camel-k-knative/consumer/runtime/pom.xml
index 72c51b2..c0b910b 100644
--- a/camel-k-knative/consumer/runtime/pom.xml
+++ b/camel-k-knative/consumer/runtime/pom.xml
@@ -48,10 +48,6 @@
             <groupId>org.apache.camel.k</groupId>
             <artifactId>camel-knative-http</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-knative-impl</artifactId>
-        </dependency>
     </dependencies>
 
     <build>
diff --git a/camel-k-knative/runtime/pom.xml b/camel-k-knative/runtime/pom.xml
index ec25fa8..6a6e41d 100644
--- a/camel-k-knative/runtime/pom.xml
+++ b/camel-k-knative/runtime/pom.xml
@@ -45,6 +45,10 @@
             <groupId>org.apache.camel.k</groupId>
             <artifactId>camel-knative</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.camel.k</groupId>
+            <artifactId>camel-k-knative-impl</artifactId>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/itests/camel-k-itests-knative-sinkbinding/pom.xml b/itests/camel-k-itests-knative-sinkbinding/pom.xml
index 0a7786a..35b073f 100644
--- a/itests/camel-k-itests-knative-sinkbinding/pom.xml
+++ b/itests/camel-k-itests-knative-sinkbinding/pom.xml
@@ -42,10 +42,6 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-knative-consumer</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.camel.k</groupId>
             <artifactId>camel-k-loader-yaml</artifactId>
         </dependency>