This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 6f8551c1b775db90502d013b8f7bc182f89d9533 Author: Otavio Rodolfo Piske <opi...@redhat.com> 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 9f12d81..5a0c22f 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 e22d5de..99cb800 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 25e7815..89cd33c 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 46b26cc..80ea159 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 d482335..9ec76f3 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>