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