Move web-related test for BeanUtilsRuntimeHints to spring-web

The dependency on spring-web from spring-beans makes it impossible to
import the projects in Eclipse IDE due to cycles between projects.

This commit therefore moves the web-related test for
BeanUtilsRuntimeHints to spring-web.

See gh-30491
This commit is contained in:
Sam Brannen
2023-06-13 17:12:16 +02:00
parent 6cfb11a360
commit ed74b04520
3 changed files with 60 additions and 12 deletions

View File

@@ -12,7 +12,6 @@ dependencies {
testImplementation(testFixtures(project(":spring-core")))
testImplementation(project(":spring-core-test"))
testImplementation("jakarta.annotation:jakarta.annotation-api")
testImplementation(project(":spring-web"))
testFixturesApi("org.junit.jupiter:junit-jupiter-api")
testFixturesImplementation("org.assertj:assertj-core")
}