From d028426cda156c20971ca90641c9474ba0baf619 Mon Sep 17 00:00:00 2001 From: Aleksandr Mishin Date: Sat, 1 Oct 2022 18:10:13 +0300 Subject: [PATCH] added dependencies from build.gradle.kts --- pom.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 047952d2..9f88aca1 100644 --- a/pom.xml +++ b/pom.xml @@ -32,14 +32,21 @@ SOFTWARE. 4.11.1 1.8 + 1.0.1 3.0.0 + 1.5.0 1.2.2 3.1.0 0.8.8 [11,) + 5.8.2 + 5.8.2 + 1.9.1 1.7.20 + 3.0.0 3.8.1 3.13.0 + 1.7.33 org.jetbrains.kotlin kotlin-stdlib ${kotlin.version} + + commons-cli + commons-cli + ${cli.version} + + + io.arrow-kt + arrow-core + ${arrow-core.version} + + + org.slf4j + slf4j-simple + ${slf4j.vesion} + + + + io.github.microutils + kotlin-logging-jvm + ${kotlin-loggin.version} + + + org.junit.platform + junit-platform-commons + ${junit-platform.version} + + + org.junit.jupiter + junit-jupiter-api + ${junit-jupiter-api.version} + test + + + org.junit.jupiter + junit-jupiter-engine + ${junit-jupiter-engine.version} + test + +