Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid Gradle build warnings about @SuppressFBWarnings from FindBugs
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
- Loading branch information