Skip to content

Commit

Permalink
Add missing test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsrademakers committed Jun 21, 2023
1 parent 86a6b90 commit af8b10c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/flowable-cmmn-engine-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
<artifactId>HikariCP</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.javacrumbs.json-unit</groupId>
<artifactId>json-unit-assertj</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<profiles>
Expand Down

0 comments on commit af8b10c

Please sign in to comment.