diff options
author | Jakub Dudycz <jakub.dudycz@nokia.com> | 2019-03-05 15:49:04 +0100 |
---|---|---|
committer | Jakub Dudycz <jakub.dudycz@nokia.com> | 2019-03-07 11:55:16 +0100 |
commit | f938e8a87a33f8db78115a92f5130d6296171c62 (patch) | |
tree | c42f814f8adce3bf6bd09fbbeaa1dd3ceadcc89a /sources/hv-collector-dcae-app-simulator | |
parent | 78be6c808f0a77c6dc39bd5b0bc9af8f4042febd (diff) |
Remove Guava 19 dependency via protobuf-java-util
Change-Id: Ic11cab5bce064817a954a462b3d2eea463198bd8
Signed-off-by: Jakub Dudycz <jakub.dudycz@nokia.com>
Issue-ID: DCAEGEN2-1311
Diffstat (limited to 'sources/hv-collector-dcae-app-simulator')
-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> |