diff options
Diffstat (limited to 'sources/hv-collector-xnf-simulator/pom.xml')
-rw-r--r-- | sources/hv-collector-xnf-simulator/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
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> |