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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 71b68530656 Regen
71b68530656 is described below
commit 71b6853065663efb68b0951e8d5fcace9ab9a805
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jan 29 14:16:52 2023 +0100
Regen
---
tooling/camel-spring-boot-bom/pom.xml | 5 +++++
tooling/camel-spring-boot-dependencies/pom.xml | 10 ++++++++++
2 files changed, 15 insertions(+)
diff --git a/tooling/camel-spring-boot-bom/pom.xml
b/tooling/camel-spring-boot-bom/pom.xml
index 782ec73c878..ba6da6b4dac 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -1698,6 +1698,11 @@
<artifactId>camel-yaml-dsl-starter</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel.springboot</groupId>
+ <artifactId>camel-zeebe-starter</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-zendesk-starter</artifactId>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml
b/tooling/camel-spring-boot-dependencies/pom.xml
index e1083e85ab1..85967c3dd92 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1922,6 +1922,11 @@
<artifactId>camel-yaml-dsl-starter</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel.springboot</groupId>
+ <artifactId>camel-zeebe-starter</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-zendesk-starter</artifactId>
@@ -3979,6 +3984,11 @@
<artifactId>camel-yaml-dsl-deserializers</artifactId>
<version>4.0.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-zeebe</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-zendesk</artifactId>