aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-01-17 11:42:35 +0100
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2019-01-18 10:58:02 +0100
commit7a4a5d0fef06c29478f594cd6e82e5cb69cc70d2 (patch)
treef96f57bb68563ef0d5eeda85d7c477eefe76f345 /pom.xml
parent89ec57e95480fad586b86b8545cec5dd690eae4c (diff)
HV-VES Client - ProducerOptions
* ProducerOptions written * very basic client implementation * added vavr dependency so it's easier to handle Java Issue-ID: DCAEGEN2-1098 Change-Id: I680948c61174f60cd78c8ee39b6f92419f913d36 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fe2684ed..038fc313 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,6 +181,11 @@
<version>${immutables.version}</version>
</dependency>
<dependency>
+ <groupId>io.vavr</groupId>
+ <artifactId>vavr</artifactId>
+ <version>0.9.3</version>
+ </dependency>
+ <dependency>
<groupId>org.immutables</groupId>
<artifactId>gson</artifactId>
<version>${immutables.version}</version>