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 8763dc11fc6 CAMEL-19634: camel-zeebe - Only download from Maven central 8763dc11fc6 is described below commit 8763dc11fc65e6e525f4e3f0f897e1aed3288636 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Jul 20 14:01:02 2023 +0200 CAMEL-19634: camel-zeebe - Only download from Maven central --- components/camel-zeebe/pom.xml | 6 ++++++ parent/pom.xml | 1 + 2 files changed, 7 insertions(+) diff --git a/components/camel-zeebe/pom.xml b/components/camel-zeebe/pom.xml index 5a2e8ce7bf8..3d3752dbbbe 100644 --- a/components/camel-zeebe/pom.xml +++ b/components/camel-zeebe/pom.xml @@ -56,6 +56,12 @@ <artifactId>jackson-databind</artifactId> </dependency> + <dependency> + <groupId>org.camunda.bpm</groupId> + <artifactId>camunda-bom</artifactId> + <version>${camunda-version}</version> + <type>pom</type> + </dependency> <dependency> <groupId>io.camunda</groupId> <artifactId>zeebe-client-java</artifactId> diff --git a/parent/pom.xml b/parent/pom.xml index b33d0300326..e37b32d2fbe 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -83,6 +83,7 @@ <caffeine-version>3.1.6</caffeine-version> <californium-version>2.8.0</californium-version> <californium-scandium-version>2.8.0</californium-scandium-version> + <camunda-version>7.18.0</camunda-version> <cassandra-driver-version>4.17.0</cassandra-driver-version> <jta-api-1.2-version>1.2</jta-api-1.2-version> <cglib-version>3.3.0</cglib-version>