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
+13
View File
@@ -10,6 +10,19 @@
<artifactId>shared</artifactId>
<dependencies>
<dependency>
<groupId>io.arrow-kt</groupId>
<artifactId>arrow-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.natpryce</groupId>
<artifactId>hamkrest</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>