aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-kafka-consumer/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sources/hv-collector-kafka-consumer/pom.xml')
-rw-r--r--sources/hv-collector-kafka-consumer/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/sources/hv-collector-kafka-consumer/pom.xml b/sources/hv-collector-kafka-consumer/pom.xml
index 45a32729..1e20d5b1 100644
--- a/sources/hv-collector-kafka-consumer/pom.xml
+++ b/sources/hv-collector-kafka-consumer/pom.xml
@@ -90,6 +90,13 @@
<artifactId>logback-classic</artifactId>
<scope>runtime</scope>
</dependency>
-
+ <dependency>
+ <groupId>io.micrometer</groupId>
+ <artifactId>micrometer-registry-prometheus</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>io.projectreactor.netty</groupId>
+ <artifactId>reactor-netty</artifactId>
+ </dependency>
</dependencies>
</project>