Skip to content

Commit

Permalink
refactor(snapshot): add missing dependency
Browse files Browse the repository at this point in the history
(cherry picked from commit d6ddd2d)
  • Loading branch information
npepinpe authored and github-actions[bot] committed Oct 19, 2023
1 parent a4624f2 commit 88e87aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>

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

0 comments on commit 88e87aa

Please sign in to comment.