summaryrefslogtreecommitdiffstats
path: root/integration-test/src/test/resources/hibernate.cfg.xml
diff options
context:
space:
mode:
Diffstat (limited to 'integration-test/src/test/resources/hibernate.cfg.xml')
-rw-r--r--integration-test/src/test/resources/hibernate.cfg.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-test/src/test/resources/hibernate.cfg.xml b/integration-test/src/test/resources/hibernate.cfg.xml
index 513c00ad2..8d5139b60 100644
--- a/integration-test/src/test/resources/hibernate.cfg.xml
+++ b/integration-test/src/test/resources/hibernate.cfg.xml
@@ -9,7 +9,7 @@
<property name="hibernate.connection.url">${DB_URL}</property>
<property name="hibernate.connection.username">${DB_USERNAME}</property>
<property name="hibernate.connection.password">${DB_PASSWORD}</property>
- <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQL82Dialect</property>
+ <property name="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</property>
<property name="show_sql">true</property>
<property name="hibernate.hbm2ddl.auto">none</property>
</session-factory>