Skip to content
Snippets Groups Projects
Commit cc075248 authored by gwen-soleil's avatar gwen-soleil
Browse files

WIP: start implementing MySQL

parent 17f6d0db
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,18 @@
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<!--dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mariadb</artifactId>
<version>1.20.0</version>
<scope>test</scope>
</dependency-->
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mysql</artifactId>
<version>1.20.4</version>
<scope>test</scope>
</dependency>
<!--dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment