Skip to content

Commit

Permalink
split rest client version from camunda version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas committed Jan 6, 2024
1 parent a607a0b commit 0f19613
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions example/sample-external-task-process-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<name>Automating Payment Process</name>

<properties>
<version.camunda>7.20.2</version.camunda>
<version.camunda>7.20.0</version.camunda>
<version.camunda-engine-rest-client-openapi-java>7.20.2</version.camunda-engine-rest-client-openapi-java>
<version.spring-boot>3.2.1</version.spring-boot>
<version.maven-surefire>3.2.3</version.maven-surefire>

Expand Down Expand Up @@ -74,7 +75,7 @@
<dependency>
<groupId>org.camunda.community</groupId>
<artifactId>camunda-engine-rest-client-openapi-java</artifactId>
<version>${version.camunda}</version>
<version>${version.camunda-engine-rest-client-openapi-java}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down

0 comments on commit 0f19613

Please sign in to comment.