diff options
Diffstat (limited to 'hv-collector-domain/pom.xml')
-rw-r--r-- | hv-collector-domain/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hv-collector-domain/pom.xml b/hv-collector-domain/pom.xml index c11510ac..85c2a45a 100644 --- a/hv-collector-domain/pom.xml +++ b/hv-collector-domain/pom.xml @@ -103,6 +103,10 @@ <groupId>com.google.protobuf</groupId> <artifactId>protobuf-java</artifactId> </dependency> + <dependency> + <groupId>io.arrow-kt</groupId> + <artifactId>arrow-core</artifactId> + </dependency> <dependency> <groupId>org.assertj</groupId> |