From c85e7a24ccbbffa7a6ca637efdb7f86c7d89a521 Mon Sep 17 00:00:00 2001 From: Aleksandr Mishin Date: Sat, 1 Oct 2022 17:22:05 +0300 Subject: [PATCH 1/2] #181:developers added --- pom.xml | 39 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 36 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index aab01d34..047952d2 100644 --- a/pom.xml +++ b/pom.xml @@ -255,9 +255,6 @@ SOFTWARE. site - 1 @@ -280,6 +277,42 @@ SOFTWARE. +3 + + 3 + Eugene Zouev + e.zuev@innopolis.ru + + Developer + + +3 + + + 4 + Maxim Stepanov + m.stepanov@innopolis.university + + Developer + + +3 + + + 5 + Ilya Milyoshin + i.mileshin@innopolis.university + + Developer + + +3 + + + 6 + Egor Klementev + e.klementev@innopolis.ru + + Developer + + +3 + GitHub From d028426cda156c20971ca90641c9474ba0baf619 Mon Sep 17 00:00:00 2001 From: Aleksandr Mishin Date: Sat, 1 Oct 2022 18:10:13 +0300 Subject: [PATCH 2/2] 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 + +