Skip to content

Commit

Permalink
Add missing dependency (causing test failure in DMN test)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrez committed Jul 15, 2024
1 parent 27ac566 commit b07478a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/flowable-dmn-spring-configurator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,16 @@
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.flowable</groupId>
<artifactId>flowable-idm-spring-configurator</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit b07478a

Please sign in to comment.