This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this push: new 778c4f2 Add required camel-quarkus-yaml-dsl dependency to kamelet-chucknorris project 778c4f2 is described below commit 778c4f214fd994c1baeea01cbee618467a6d2010 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Jan 10 14:16:30 2025 +0000 Add required camel-quarkus-yaml-dsl dependency to kamelet-chucknorris project --- kamelet-chucknorris/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kamelet-chucknorris/pom.xml b/kamelet-chucknorris/pom.xml index 508df02..b1f359f 100644 --- a/kamelet-chucknorris/pom.xml +++ b/kamelet-chucknorris/pom.xml @@ -79,6 +79,10 @@ <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-kamelet</artifactId> </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-yaml-dsl</artifactId> + </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-timer</artifactId>