mirror of
https://github.com/valitydev/hooker.git
synced 2024-11-06 00:05:17 +00:00
Fix/td 278 (#21)
* TD-278::trying to fix metrics export * TD-278::add missing libs
This commit is contained in:
parent
dea3d6b681
commit
02a4309662
8
pom.xml
8
pom.xml
@ -180,6 +180,14 @@
|
||||
<artifactId>guava</artifactId>
|
||||
<version>29.0-jre</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>io.micrometer</groupId>
|
||||
<artifactId>micrometer-registry-prometheus</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!--Test libs-->
|
||||
<!--JUnit Jupiter Engine to depend on the JUnit5 engine and JUnit 5 API -->
|
||||
|
Loading…
Reference in New Issue
Block a user