Skip to content

Commit

Permalink
Add liquibase core test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhlevi committed Nov 26, 2024
1 parent 205a85b commit a7b894d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions server/wfprev-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<scope>test</scope>
</dependency>

<!-- Common Software Framework -->
<dependency>
Expand Down

0 comments on commit a7b894d

Please sign in to comment.