mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
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