Replaced the mysql dependency with mariadb
To remain standard with the other applications. Also updated documentation.
This commit is contained in:
committed by
Michael Minella
parent
0706e08137
commit
3ec0769e02
@@ -55,8 +55,8 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<groupId>org.mariadb.jdbc</groupId>
|
||||
<artifactId>mariadb-java-client</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user