re-add dropwizard-migrations to be able to use liquibase from command line

This commit is contained in:
Athou
2022-11-15 10:48:51 +01:00
parent fa58b1e53f
commit e44ea5bc96
3 changed files with 15 additions and 11 deletions

View File

@@ -261,8 +261,8 @@
<artifactId>dropwizard-hibernate</artifactId>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-migrations</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>