Support MariaDB JDBC driver

This fixes #1113
This commit is contained in:
D. Can Celasun
2023-07-11 08:54:17 +01:00
parent d391c8f1c9
commit 512c4cc507
2 changed files with 10 additions and 1 deletions

View File

@@ -444,6 +444,11 @@
<artifactId>mysql-connector-j</artifactId>
<version>8.0.33</version>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.1.4</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
@@ -494,4 +499,4 @@
</dependency>
</dependencies>
</project>
</project>