switch back to old mariadb connectorj due to a bug

MariaDB connectorj-2.3.0 has a bug with ESCAPE handling.
This leads to many tests blow up with Exceptions.
The respective bug is https://jira.mariadb.org/browse/CONJ-664
2.3.1 should be safe again, but is not yet out.
Thus switching back to 2.2.0.
This commit is contained in:
Mark Struberg 2019-01-26 21:55:30 +01:00
parent 362474e5c9
commit 9f0631bbf4
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<derby.version>10.14.2.0</derby.version>
<hsqldb.version>2.4.1</hsqldb.version>
<mysql.connector.version>5.1.47</mysql.connector.version>
<mariadb.connector.version>2.3.0</mariadb.connector.version>
<mariadb.connector.version>2.2.0</mariadb.connector.version>
<postgresql.connector.version>42.2.5</postgresql.connector.version>