Skip to content
Snippets Groups Projects
Commit da16d01e authored by Martin Staehr's avatar Martin Staehr
Browse files

#40 adding dependency for in memory test database

parent e903f207
No related branches found
No related tags found
Loading
...@@ -207,6 +207,12 @@ ...@@ -207,6 +207,12 @@
<version>7.1.1.RELEASE</version> <version>7.1.1.RELEASE</version>
</dependency> </dependency>
<!-- Documentation: https://github.com/vorburger/MariaDB4j -->
<dependency>
<groupId>ch.vorburger.mariaDB4j</groupId>
<artifactId>mariaDB4j</artifactId>
<version>2.2.3</version>
</dependency>
</dependencies> </dependencies>
......
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