HHH-11457 - Change matrix mariadb config to use MariaDB53Dialect

This commit is contained in:
Andrea Boriero 2017-02-15 11:06:16 +00:00
parent aeb3aee626
commit 882d923586
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
jdbcDependency 'org.mariadb.jdbc:mariadb-java-client:1.1.7'
jdbcDependency 'org.mariadb.jdbc:mariadb-java-client:1.5.7'

View File

@ -5,7 +5,7 @@
# See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
#
hibernate.dialect org.hibernate.dialect.MySQL5Dialect
hibernate.dialect org.hibernate.dialect.MariaDB53Dialect
hibernate.connection.driver_class org.mariadb.jdbc.Driver
hibernate.connection.url jdbc:mariadb://localhost/hibernate_orm_test
hibernate.connection.username hibernate_orm_test