From 80fc431853a7105b2f1921de61d06f0fbd0cc51a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 13 Jun 2020 16:59:04 +0200 Subject: Add Liquibase. Change-Id: I95f2e630f03bcf08c5a8fb2dfba80021da350c75 --- pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 43 insertions(+), 4 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index f00f01b..906386c 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,8 @@ 1.6.1 5.5.0 1.13.1 + 3.9.0 + 42.2.14 1.13.0 @@ -127,10 +129,6 @@ io.quarkus quarkus-elytron-security-properties-file - - io.quarkus - quarkus-flyway - io.quarkus quarkus-hibernate-orm-panache @@ -143,6 +141,10 @@ io.quarkus quarkus-jdbc-postgresql + + io.quarkus + quarkus-liquibase + io.quarkus quarkus-oidc @@ -259,6 +261,43 @@ + + + org.liquibase + liquibase-maven-plugin + ${liquibase.version} + + src/main/resources/db/liquibase.properties + + + + org.liquibase.ext + liquibase-hibernate5 + ${liquibase.version} + + + org.hibernate + hibernate-core + ${hibernate.version} + + + org.hibernate + hibernate-entitymanager + ${hibernate.version} + + + org.hibernate + hibernate-envers + ${hibernate.version} + + + org.postgresql + postgresql + ${postgresql.version} + + + + com.diffplug.spotless -- cgit v1.2.3