File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
springwolf-add-ons/springwolf-kotlinx-serialization-model-converter Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,12 @@ dependencies {
2020 implementation " org.springframework:spring-context"
2121 implementation " org.springframework:spring-beans"
2222
23- implementation " org.slf4j:slf4j-api:${ slf4jApiVersion} "
24-
2523 implementation " io.swagger.core.v3:swagger-core-jakarta:${ swaggerVersion} "
2624 implementation " io.swagger.core.v3:swagger-models-jakarta:${ swaggerVersion} "
2725
28- implementation " org.apache.commons:commons-lang3:${ commonsLang3Version} "
29-
30- implementation " org.jetbrains:annotations:13.0"
26+ implementation " org.jetbrains:annotations"
3127
3228 implementation " org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:${ kotlinxSerializationVersion} "
33- implementation " org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:${ kotlinxSerializationVersion} "
3429 implementation " org.jetbrains.kotlin:kotlin-reflect"
3530
3631 testRuntimeOnly " org.junit.jupiter:junit-jupiter:${ junitJupiterVersion} "
You can’t perform that action at this time.
0 commit comments