Skip to content

Commit

Permalink
fix: added missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas authored and sbuettner committed Nov 21, 2024
1 parent 2f7ad33 commit 3ef9920
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion connector-runtime/connector-runtime-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
</dependency>
<dependency>
<groupId>io.camunda.spring</groupId>
<artifactId>java-client-operate</artifactId>
<artifactId>java-client-operate-legacy</artifactId>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion connector-runtime/connector-runtime-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</dependency>
<dependency>
<groupId>io.camunda.spring</groupId>
<artifactId>java-client-operate</artifactId>
<artifactId>java-client-operate-legacy</artifactId>
</dependency>

<dependency>
Expand Down
4 changes: 4 additions & 0 deletions connectors-e2e-test/connectors-e2e-test-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ limitations under the License.</license.inlineheader>
</dependency>
<dependency>
<groupId>io.camunda.spring</groupId>
<artifactId>java-client-operate</artifactId>
<artifactId>java-client-operate-legacy</artifactId>
<version>${version.spring-zeebe}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 3ef9920

Please sign in to comment.