From 7a4a5d0fef06c29478f594cd6e82e5cb69cc70d2 Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Thu, 17 Jan 2019 11:42:35 +0100 Subject: 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 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index fe2684ed..038fc313 100644 --- a/pom.xml +++ b/pom.xml @@ -180,6 +180,11 @@ value ${immutables.version} + + io.vavr + vavr + 0.9.3 + org.immutables gson -- cgit 1.2.3-korg