mirror of https://github.com/apache/openjpa.git
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:
parent
362474e5c9
commit
9f0631bbf4
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue