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

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

commit 8c0cedca1a8fedebae2414e9afe77c49b666cc93
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Wed Jun 2 09:59:30 2021 +0200

    Fixed examples for Camel Quarkus 2.0.0 / Camel 3.10
---
 examples/cron/pom.xml     | 4 ++--
 examples/groovy/pom.xml   | 4 ++--
 examples/kamelets/pom.xml | 4 ++--
 examples/knative/pom.xml  | 4 ++--
 examples/yaml/pom.xml     | 4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/examples/cron/pom.xml b/examples/cron/pom.xml
index c5645cf..b7cce26 100644
--- a/examples/cron/pom.xml
+++ b/examples/cron/pom.xml
@@ -44,8 +44,8 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-loader-yaml</artifactId>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-yaml-dsl</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml
index d7d7858..0d4c1e4 100644
--- a/examples/groovy/pom.xml
+++ b/examples/groovy/pom.xml
@@ -40,8 +40,8 @@
         </dependency>
 
         <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-loader-groovy</artifactId>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-groovy-dsl</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
diff --git a/examples/kamelets/pom.xml b/examples/kamelets/pom.xml
index d3f2387..5200c3f 100644
--- a/examples/kamelets/pom.xml
+++ b/examples/kamelets/pom.xml
@@ -39,8 +39,8 @@
             <artifactId>camel-k-runtime</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-loader-yaml</artifactId>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-yaml-dsl</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
diff --git a/examples/knative/pom.xml b/examples/knative/pom.xml
index cd08cc7..b3f21da 100644
--- a/examples/knative/pom.xml
+++ b/examples/knative/pom.xml
@@ -47,8 +47,8 @@
             <artifactId>camel-k-knative-consumer</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-loader-yaml</artifactId>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-yaml-dsl</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>
diff --git a/examples/yaml/pom.xml b/examples/yaml/pom.xml
index a8f6dd4..af70404 100644
--- a/examples/yaml/pom.xml
+++ b/examples/yaml/pom.xml
@@ -39,8 +39,8 @@
             <artifactId>camel-k-runtime</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel.k</groupId>
-            <artifactId>camel-k-loader-yaml</artifactId>
+            <groupId>org.apache.camel</groupId>
+            <artifactId>camel-yaml-dsl</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel.quarkus</groupId>

Reply via email to