File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ version = "${libs.versions.kotlin.get()}-SNAPSHOT"
1212val propertyFile = " application.properties"
1313
1414plugins {
15- alias(libs.plugins.spring.dependency.management)
1615 alias(libs.plugins.spring.boot)
1716 alias(libs.plugins.spring.dependency.management)
1817 alias(libs.plugins.kotlin.plugin.spring)
@@ -55,17 +54,12 @@ dependencies {
5554 implementation(project(" :executors" , configuration = " default" ))
5655 implementation(project(" :common" , configuration = " default" ))
5756 implementation(project(" :dependencies" ))
58- implementation(libs.org.eclipse.lsp4j)
59- implementation(libs.kotlinx.coroutines.reactor)
60- implementation(libs.kotlinx.serialization.core.jvm)
61- implementation(libs.kotlinx.serialization.json.jvm)
6257
6358 testImplementation(libs.kotlin.test)
6459 testImplementation(" org.springframework.boot:spring-boot-starter-test" ) {
6560 exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
6661 }
6762 testImplementation(libs.kotlinx.coroutines.test)
68- testImplementation(libs.bundles.testcontainers)
6963
7064 resourceDependency(libs.skiko.js.wasm.runtime)
7165}
You can’t perform that action at this time.
0 commit comments