From 11a3922ec6aae6c806eafddc37f93a8e83a5974a Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sat, 2 Dec 2023 13:24:50 +0100 Subject: Update Liquibase settings. Change-Id: Idda2940f228a5d98d9f0442edb5bc1dc0fcca5dc --- pom.xml | 5 ----- src/main/resources/db/liquibase.properties | 4 +++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e5f7d12..543d422 100644 --- a/pom.xml +++ b/pom.xml @@ -353,11 +353,6 @@ hibernate-core ${hibernate.version} - - org.hibernate.orm - hibernate-entitymanager - ${hibernate.version} - org.hibernate.orm hibernate-envers diff --git a/src/main/resources/db/liquibase.properties b/src/main/resources/db/liquibase.properties index 38e258c..1ec32c2 100644 --- a/src/main/resources/db/liquibase.properties +++ b/src/main/resources/db/liquibase.properties @@ -1,3 +1,5 @@ -url = jdbc:postgresql://localhost:5432/mulkcms?currentSchemas=public,benki +url = jdbc:postgresql://localhost:5432/mulkcms2?currentSchemas=public,benki changeLogFile = src/main/resources/db/changeLog.xml schemas = public,benki +username = mulkcms2 +password = mulkcms2 -- cgit v1.2.3