diff --git a/dev-support/findbugs-exclude.xml b/dev-support/findbugs-exclude.xml
new file mode 100644
index 00000000000..f1f97f6c672
--- /dev/null
+++ b/dev-support/findbugs-exclude.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/dev-support/test-patch.properties b/dev-support/test-patch.properties
index afe21d455da..2209d270f57 100644
--- a/dev-support/test-patch.properties
+++ b/dev-support/test-patch.properties
@@ -19,5 +19,5 @@ MAVEN_OPTS="-Xmx3g"
# Please update the per-module test-patch.properties if you update this file.
OK_RELEASEAUDIT_WARNINGS=84
-OK_FINDBUGS_WARNINGS=768
+OK_FINDBUGS_WARNINGS=601
OK_JAVADOC_WARNINGS=169
diff --git a/pom.xml b/pom.xml
index 10b13efd91b..36195872b84 100644
--- a/pom.xml
+++ b/pom.xml
@@ -954,6 +954,16 @@
+
+ org.codehaus.mojo
+ findbugs-maven-plugin
+
+ true
+ true
+ ${basedir}/dev-support/findbugs-exclude.xml
+ Max
+
+