This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new fe836e62161 CAMEL-20258: camel-jbang - cron component should use camel-quartz as cron service fe836e62161 is described below commit fe836e62161a69163b62082d200ac52efee5513d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Dec 20 07:34:13 2023 +0100 CAMEL-20258: camel-jbang - cron component should use camel-quartz as cron service --- .../src/main/resources/camel-main-known-dependencies.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties index 463d0d52e49..fb2addef0ea 100644 --- a/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties +++ b/dsl/camel-kamelet-main/src/main/resources/camel-main-known-dependencies.properties @@ -30,3 +30,4 @@ META-INF/services/org/apache/camel/restapi/openapi = camel:openapi-java META-INF/services/org/apache/camel/modelxml-dumper = camel:xml-io META-INF/services/org/apache/camel/modelyaml-dumper = camel:yaml-io META-INF/services/org/apache/camel/micrometer-prometheus = camel:micrometer-prometheus +META-INF/services/org/apache/camel/cron/cron-service = camel:quartz