From 999fa1e8ce4a0a4d2658c8d5eec63ba2523a027e Mon Sep 17 00:00:00 2001 From: tluutho <tluutho@chuv.ch> Date: Thu, 25 Feb 2016 11:53:45 +0100 Subject: [PATCH] prod:config dialect --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 94ff7bd03..1018c0950 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ <connection.url>jdbc:postgresql://hbpmdw1.chuv.ch:31432/portal</connection.url> <connection.username>portal</connection.username> <connection.password>iaezXODVLb1e70I</connection.password> - <hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect> + <hibernate.dialect>org.hibernate.dialect.PostgreSQLDialect</hibernate.dialect> <schema.deploy>false</schema.deploy> </properties> </profile> -- GitLab