diff options
Diffstat (limited to 'sources')
-rw-r--r-- | sources/hv-collector-dcae-app-simulator/pom.xml | 5 | ||||
-rw-r--r-- | sources/hv-collector-utils/pom.xml | 5 | ||||
-rw-r--r-- | sources/hv-collector-ves-message-generator/pom.xml | 5 | ||||
-rw-r--r-- | sources/hv-collector-xnf-simulator/pom.xml | 7 |
4 files changed, 21 insertions, 1 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> diff --git a/sources/hv-collector-utils/pom.xml b/sources/hv-collector-utils/pom.xml index ca24d7c1..e65cbd2f 100644 --- a/sources/hv-collector-utils/pom.xml +++ b/sources/hv-collector-utils/pom.xml @@ -94,6 +94,11 @@ <optional>true</optional> </dependency> <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <optional>true</optional> + </dependency> + <dependency> <groupId>javax.json</groupId> <artifactId>javax.json-api</artifactId> <optional>true</optional> diff --git a/sources/hv-collector-ves-message-generator/pom.xml b/sources/hv-collector-ves-message-generator/pom.xml index e676dfa9..7cb7d4ef 100644 --- a/sources/hv-collector-ves-message-generator/pom.xml +++ b/sources/hv-collector-ves-message-generator/pom.xml @@ -82,6 +82,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> diff --git a/sources/hv-collector-xnf-simulator/pom.xml b/sources/hv-collector-xnf-simulator/pom.xml index 24351191..aae04b42 100644 --- a/sources/hv-collector-xnf-simulator/pom.xml +++ b/sources/hv-collector-xnf-simulator/pom.xml @@ -160,5 +160,10 @@ <groupId>io.ratpack</groupId> <artifactId>ratpack-core</artifactId> </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <optional>true</optional> + </dependency> </dependencies> -</project>
\ No newline at end of file +</project> |