mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-31 03:07:34 +02:00
Use the MariaDB driver for a smaller footprint
This commit is contained in:
@ -125,10 +125,9 @@
|
|||||||
|
|
||||||
<!--Velocity does not ship any database driver-->
|
<!--Velocity does not ship any database driver-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>mysql</groupId>
|
<groupId>org.mariadb.jdbc</groupId>
|
||||||
<artifactId>mysql-connector-java</artifactId>
|
<artifactId>mariadb-java-client</artifactId>
|
||||||
<version>8.0.26</version>
|
<version>2.7.4</version>
|
||||||
<scope>runtime</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user