Replaced the mysql dependency with mariadb

To remain standard with the other applications.
Also updated documentation.
This commit is contained in:
Glenn Renfro
2016-06-27 11:44:10 -04:00
committed by Michael Minella
parent 0706e08137
commit 3ec0769e02
2 changed files with 9 additions and 2 deletions

View File

@@ -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>