aboutsummaryrefslogtreecommitdiffstats
path: root/sources/hv-collector-main/pom.xml
diff options
context:
space:
mode:
authorpbiniek <pawel.biniek@nokia.com>2019-02-27 23:31:15 +0100
committerpbiniek <pawel.biniek@nokia.com>2019-03-11 12:43:48 +0100
commite9220923d2a13fa787f2f2f7b8bedc60cc9b2324 (patch)
tree9d8b4e9a5ec6da712a2d76b6897c9f66e79e2c44 /sources/hv-collector-main/pom.xml
parentf938e8a87a33f8db78115a92f5130d6296171c62 (diff)
Added JSON config file format utils
Change-Id: I97fdd72324495b4c838e44c306cbcacac6b11bc1 Signed-off-by: Pawel Biniek <pawel.biniek@nokia.com> Issue-ID: DCAEGEN2-1323
Diffstat (limited to 'sources/hv-collector-main/pom.xml')
-rw-r--r--sources/hv-collector-main/pom.xml4
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>