Skip to content

Commit b420c5b

Browse files
committed
Make spring-analyzer use Spring from user's classpath
1 parent dfa159b commit b420c5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

utbot-spring-analyzer/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,8 @@ dependencies {
2626
implementation(dependencyNotation)
2727
}
2828

29-
// TODO: use regular `implementation` configuration for `spring-boot`
30-
// and maybe for `commons-io`, they will be taken from user's classpath
3129
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot
32-
shadowAndImplementation("org.springframework.boot:spring-boot:$springBootVersion")
30+
implementation("org.springframework.boot:spring-boot:$springBootVersion")
3331

3432
implementation("io.github.microutils:kotlin-logging:$kotlinLoggingVersion")
3533

0 commit comments

Comments
 (0)