Added mysql driver.

This commit is contained in:
Andrew Lalis 2022-02-21 16:28:50 +01:00
parent 61b07db621
commit efd813063b
1 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,12 @@
<artifactId>mariadb-java-client</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.28</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>