From c775e8677cdbf69f2b1c1390d225329c658c0ee2 Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Wed, 3 Apr 2019 15:07:22 +0200 Subject: Get rid of arrow-effects usage Also clean-up dependencies + use Kotlin BOM to force single kotlin-stdlib on classpath. Issue-ID: DCAEGEN2-1392 Change-Id: I447c4686707de81f35f7734255ce0b13c997c4a4 Signed-off-by: Piotr Jaszczyk --- sources/hv-collector-xnf-simulator/pom.xml | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'sources/hv-collector-xnf-simulator/pom.xml') diff --git a/sources/hv-collector-xnf-simulator/pom.xml b/sources/hv-collector-xnf-simulator/pom.xml index c17d29f6..a9ac0bc8 100644 --- a/sources/hv-collector-xnf-simulator/pom.xml +++ b/sources/hv-collector-xnf-simulator/pom.xml @@ -76,11 +76,6 @@ - - ${project.parent.groupId} - hv-collector-domain - ${project.parent.version} - ${project.parent.groupId} hv-collector-ssl @@ -111,18 +106,6 @@ ${project.parent.version} test - - io.arrow-kt - arrow-effects - - - io.arrow-kt - arrow-effects-instances - - - org.jetbrains.kotlinx - kotlinx-coroutines-core - org.jetbrains.kotlin kotlin-stdlib-jdk8 @@ -136,18 +119,6 @@ logback-classic runtime - org.glassfish javax.json -- cgit 1.2.3-korg