Order dependencies

Closes gh-44757
This commit is contained in:
Stéphane Nicoll
2025-03-18 15:17:07 +01:00
parent 86d08fb76f
commit 08b2c560dd
6 changed files with 29 additions and 29 deletions

View File

@@ -229,8 +229,8 @@ dependencies {
optional("org.thymeleaf.extras:thymeleaf-extras-springsecurity6")
optional("redis.clients:jedis")
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
testImplementation(project(":spring-boot-project:spring-boot-test"))
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
testImplementation(testFixtures(project(":spring-boot-project:spring-boot")))
testImplementation("ch.qos.logback:logback-classic")
testImplementation("commons-fileupload:commons-fileupload")