Skip to content

Commit

Permalink
ongoing implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
zambrovski committed Dec 4, 2024
1 parent d28f3dc commit 16f1aef
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,16 @@
<artifactId>camunda-bpm-spring-boot-starter-external-task-client</artifactId>
<scope>provided</scope>
</dependency>

<!-- Use for abstraction of the remote Camunda REST API by implementing the Camunda Java API -->
<dependency>
<groupId>org.camunda.community.rest</groupId>
<artifactId>camunda-platform-7-rest-client-spring-boot-starter</artifactId>
<version>7.22.0</version>
<version>7.22.1</version>
<scope>provided</scope>
</dependency>


<!-- Testing -->
<dependency>
<groupId>dev.bpm-crafters.process-engine-api</groupId>
Expand Down
8 changes: 4 additions & 4 deletions engine-adapter/camunda-platform-8-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-client-java</artifactId>
<version>8.6.3</version>
<version>8.6.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-tasklist-client-java</artifactId>
<version>8.6.4</version>
<version>8.6.6</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -58,13 +58,13 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-assertions</artifactId>
<version>8.6.3</version>
<version>8.6.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-extension-testcontainer</artifactId>
<version>8.6.3</version>
<version>8.6.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions engine-adapter/camunda-platform-8-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
<version>8.6.3</version>
<version>8.6.6</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-tasklist-client-java</artifactId>
<version>8.6.4</version>
<version>8.6.6</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-extension-testcontainer</artifactId>
<version>8.6.3</version>
<version>8.6.6</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/java-c7-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>2023.0.3</version>
<version>2024.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions examples/java-c8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<dependency>
<groupId>io.camunda</groupId>
<artifactId>spring-boot-starter-camunda-sdk</artifactId>
<version>8.6.3</version>
<version>8.6.6</version>
</dependency>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-tasklist-client-java</artifactId>
<version>8.6.4</version>
<version>8.6.6</version>
<exclusions>
<exclusion>
<groupId>io.camunda</groupId>
Expand All @@ -59,13 +59,13 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-process-test-extension-testcontainer</artifactId>
<version>8.6.3</version>
<version>8.6.6</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 16f1aef

Please sign in to comment.