diff options
Diffstat (limited to 'sources/hv-collector-main/pom.xml')
-rw-r--r-- | sources/hv-collector-main/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sources/hv-collector-main/pom.xml b/sources/hv-collector-main/pom.xml index d08a21e0..bc3039bb 100644 --- a/sources/hv-collector-main/pom.xml +++ b/sources/hv-collector-main/pom.xml @@ -133,6 +133,10 @@ <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-prometheus</artifactId> </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + </dependency> </dependencies> |