mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b2134ee71f
In order to avoid Gradle build warnings about @SuppressFBWarnings, this commit introduces a testCompileOnly dependency on `findbugs` in the spring-webmvc module so that the class file for @SuppressFBWarnings is available to the compileTestJava task. Closes gh-34418