This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit cb8d4ca4ea900e25f90405377f35a0fe2b5d6c07 Author: James Netherton <[email protected]> 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>
