Skip to content

Commit

Permalink
deps(parent): add missing used undeclared dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Jan 3, 2024
1 parent 67c23d8 commit 1962ea6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,18 @@
<version>${dependency.zeebe.version}</version>
</dependency>

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

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-stream-platform</artifactId>
<version>${dependency.zeebe.version}</version>
</dependency>

<dependency>
<groupId>io.camunda</groupId>
<artifactId>zeebe-util</artifactId>
Expand Down

0 comments on commit 1962ea6

Please sign in to comment.