diff options
Diffstat (limited to 'sources/hv-collector-dcae-app-simulator/pom.xml')
-rw-r--r-- | sources/hv-collector-dcae-app-simulator/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/hv-collector-dcae-app-simulator/pom.xml b/sources/hv-collector-dcae-app-simulator/pom.xml index 57c1c12e..8f6b061a 100644 --- a/sources/hv-collector-dcae-app-simulator/pom.xml +++ b/sources/hv-collector-dcae-app-simulator/pom.xml @@ -129,6 +129,11 @@ <artifactId>protobuf-java-util</artifactId> </dependency> <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <optional>true</optional> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> |