Remove remaining use of loader classic

Closes gh-42495
This commit is contained in:
Phillip Webb
2024-10-01 18:23:35 -07:00
parent 430753e4a8
commit 54dcd9894c
7 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ dependencies {
intTestImplementation("org.junit.jupiter:junit-jupiter")
intTestImplementation("org.springframework:spring-core")
loader(project(":spring-boot-project:spring-boot-tools:spring-boot-loader-classic"))
loader(project(":spring-boot-project:spring-boot-tools:spring-boot-loader"))
testImplementation(project(":spring-boot-project:spring-boot"))
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))