We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfa159b commit b420c5bCopy full SHA for b420c5b
utbot-spring-analyzer/build.gradle.kts
@@ -26,10 +26,8 @@ dependencies {
26
implementation(dependencyNotation)
27
}
28
29
- // TODO: use regular `implementation` configuration for `spring-boot`
30
- // and maybe for `commons-io`, they will be taken from user's classpath
31
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot
32
- shadowAndImplementation("org.springframework.boot:spring-boot:$springBootVersion")
+ implementation("org.springframework.boot:spring-boot:$springBootVersion")
33
34
implementation("io.github.microutils:kotlin-logging:$kotlinLoggingVersion")
35
0 commit comments