summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-12-02 13:24:50 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-12-02 13:25:03 +0100
commit11a3922ec6aae6c806eafddc37f93a8e83a5974a (patch)
tree8bedb0c056feb29e4b23a6dd868a8b4e5aee90b6
parentc79ec7d6ee44e5b895e88afb8d7e769a567499f2 (diff)
Update Liquibase settings.
Change-Id: Idda2940f228a5d98d9f0442edb5bc1dc0fcca5dc
-rw-r--r--pom.xml5
-rw-r--r--src/main/resources/db/liquibase.properties4
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
@@ -355,11 +355,6 @@
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
- <artifactId>hibernate-entitymanager</artifactId>
- <version>${hibernate.version}</version>
- </dependency>
- <dependency>
- <groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-envers</artifactId>
<version>${hibernate.version}</version>
</dependency>
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