diff options
Diffstat (limited to 'sources/hv-collector-utils/pom.xml')
-rw-r--r-- | sources/hv-collector-utils/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/hv-collector-utils/pom.xml b/sources/hv-collector-utils/pom.xml index 5053cf00..9dc8c9af 100644 --- a/sources/hv-collector-utils/pom.xml +++ b/sources/hv-collector-utils/pom.xml @@ -86,6 +86,11 @@ <optional>true</optional> </dependency> <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <optional>true</optional> + </dependency> + <dependency> <groupId>javax.json</groupId> <artifactId>javax.json-api</artifactId> <optional>true</optional> |