From 52994122749548d0e3fcb63ad4285622d436ae4a Mon Sep 17 00:00:00 2001 From: Mirco Nasuti <mirco.nasuti@chuv.ch> Date: Thu, 25 Feb 2016 13:32:08 +0100 Subject: [PATCH] removed deprecated psql dialect --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1018c0950..94ff7bd03 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.PostgreSQLDialect</hibernate.dialect> + <hibernate.dialect>org.hibernate.dialect.PostgreSQL82Dialect</hibernate.dialect> <schema.deploy>false</schema.deploy> </properties> </profile> -- GitLab