Skip to content
Snippets Groups Projects
Commit a9fd4441 authored by Mathieu.Vonlanthen's avatar Mathieu.Vonlanthen
Browse files

chore: use mariadb-java-client instead of mysql-connector-java

parent f33b7ad6
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,6 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<!--Database dependencies -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
</dependency>
<!--Spring dependencies -->
<dependency>
<groupId>org.springframework.boot</groupId>
......
......@@ -34,5 +34,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hateoas</artifactId>
</dependency>
<!-- Database dependency -->
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
</dependency>
</dependencies>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment