From 2fdab2a9e1aeac3fca10703bcd2a501dfcaa004e Mon Sep 17 00:00:00 2001 From: Joao Esperancinha Date: Thu, 30 Jun 2022 06:54:14 +0200 Subject: [PATCH] - Workaround https://github.com/Kotlin/kotlinx.coroutines/issues/3334 --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 56dbcf1a3..2570eb409 100644 --- a/pom.xml +++ b/pom.xml @@ -230,6 +230,20 @@ consolerizer ${consolerizer.version} + + + + org.jetbrains.kotlinx + kotlinx-coroutines-debug + ${kotlinx-coroutines-debug.version} + test + + + org.jetbrains.kotlinx + kotlinx-coroutines-bom + + + com.h2database h2