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