diff options
Diffstat (limited to 'hv-collector-main/pom.xml')
-rw-r--r-- | hv-collector-main/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hv-collector-main/pom.xml b/hv-collector-main/pom.xml index a5a35ba3..dbec1def 100644 --- a/hv-collector-main/pom.xml +++ b/hv-collector-main/pom.xml @@ -91,6 +91,14 @@ </dependency> <dependency> + <groupId>io.arrow-kt</groupId> + <artifactId>arrow-core</artifactId> + </dependency> + <dependency> + <groupId>io.arrow-kt</groupId> + <artifactId>arrow-syntax</artifactId> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> @@ -109,6 +117,10 @@ <classifier>${os.detected.classifier}</classifier> </dependency> <dependency> + <groupId>io.micrometer</groupId> + <artifactId>micrometer-registry-jmx</artifactId> + </dependency> + <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> </dependency> |