You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/01 05:17:45 UTC

[camel-spring-boot] branch camel-spring-boot-3.x updated: [create-pull-request] automated change

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-spring-boot-3.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.x by this push:
     new 70632a20e75 [create-pull-request] automated change
70632a20e75 is described below

commit 70632a20e7559ca7c885d366c57aef394f0bdd8b
Author: orpiske <or...@users.noreply.github.com>
AuthorDate: Wed Feb 1 01:16:46 2023 +0000

    [create-pull-request] automated change
---
 tooling/camel-spring-boot-bom/pom.xml          | 5 +++++
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml
index b95295832ae..f9396bb7906 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -1808,6 +1808,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 827ee393184..e282472279e 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -2011,6 +2011,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>