Clean pom common dependencies

This commit is contained in:
2020-10-20 18:33:04 +02:00
parent ceb310bf02
commit 7ed3494808
6 changed files with 145 additions and 74 deletions
+11
View File
@@ -29,6 +29,17 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>