From 93c35b2b307b9172a5b274046ec1d55be56830ed Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 11 Jan 2022 16:01:39 +0100 Subject: [PATCH] Update pom --- pom.xml | 56 ++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 46 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 250f686..eb98869 100644 --- a/pom.xml +++ b/pom.xml @@ -47,21 +47,11 @@ - - org.slf4j - slf4j-api - 1.7.32 - it.unimi.dsi fastutil 8.5.6 - - it.cavallium - concurrent-locks - 1.0.8 - org.apache.commons commons-lang3 @@ -82,12 +72,40 @@ com.squareup.moshi moshi 1.13.0 + + + org.jetbrains.kotlin + kotlin-stdlib + + + org.jetbrains.kotlin + kotlin-stdlib-common + + dev.zacsweers.moshix moshi-records-reflect 0.14.1 + + + com.squareup.moshi + moshi + + + + org.jetbrains.kotlin + + kotlin-stdlib + 1.6.0 + + + org.jetbrains + annotations + + + @@ -100,6 +118,24 @@ 11 + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M3 + + + enforce + + + + + + + enforce + + + + \ No newline at end of file