This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 742273ef0eecadbcce2508fc9cf8f394c9302524 Author: Claus Ibsen <[email protected]> AuthorDate: Sun Jan 29 09:12:10 2023 +0100 Regen --- bom/camel-bom/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index e90fca51961..94c2b43f39f 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -2067,6 +2067,11 @@ <artifactId>camel-yaml-dsl-deserializers</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-zeebe</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-zendesk</artifactId>
