Skip to content

Commit

Permalink
Merge pull request #1214 from camunda/remove-camunda-client
Browse files Browse the repository at this point in the history
refactor: remove camunda client
  • Loading branch information
megglos authored Jul 30, 2024
2 parents e527dce + 5447982 commit 29c38e4
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-client-java</artifactId>
<artifactId>zeebe-client-java</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion assertions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-client-java</artifactId>
<artifactId>zeebe-client-java</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-client-java</artifactId>
<artifactId>zeebe-client-java</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-client-java</artifactId>
<artifactId>zeebe-client-java</artifactId>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion extension-testcontainer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-client-java</artifactId>
<artifactId>zeebe-client-java</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-client-java</artifactId>
<artifactId>zeebe-client-java</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion filters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependencies>
<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-client-java</artifactId>
<artifactId>zeebe-client-java</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@

<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-client-java</artifactId>
<artifactId>zeebe-client-java</artifactId>
<version>${dependency.zeebe.version}</version>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion qa/abstracts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-client-java</artifactId>
<artifactId>zeebe-client-java</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion qa/embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-client-java</artifactId>
<artifactId>zeebe-client-java</artifactId>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion qa/testcontainers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<dependency>
<groupId>io.camunda</groupId>
<artifactId>camunda-client-java</artifactId>
<artifactId>zeebe-client-java</artifactId>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 29c38e4

Please sign in to comment.