From d6f5bfa934b9aa0571e853fc5432ab84eceb9db1 Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Wed, 29 Aug 2018 13:24:59 +0200 Subject: Improve coverage of xNF simulator Also refactor to make it possible. Change-Id: I6da6d3f33e57c524a7e353ecebd3e045d8ceed2a Issue-ID: DCAEGEN2-739 Signed-off-by: Piotr Jaszczyk --- hv-collector-utils/pom.xml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'hv-collector-utils/pom.xml') diff --git a/hv-collector-utils/pom.xml b/hv-collector-utils/pom.xml index f1b7f061..81daf9b2 100644 --- a/hv-collector-utils/pom.xml +++ b/hv-collector-utils/pom.xml @@ -84,6 +84,20 @@ io.arrow-kt arrow-syntax + + org.jetbrains.kotlinx + kotlinx-coroutines-core + + + io.ratpack + ratpack-core + true + + + javax.json + javax.json-api + true + org.slf4j slf4j-api @@ -121,7 +135,10 @@ logback-classic test + + org.glassfish + javax.json + provided + - - \ No newline at end of file -- cgit 1.2.3-korg