diff --git a/ambari-server/pom.xml b/ambari-server/pom.xml
index 222f0e7f195..562926db6e2 100644
--- a/ambari-server/pom.xml
+++ b/ambari-server/pom.xml
@@ -654,23 +654,32 @@
- org.codehaus.mojo
- findbugs-maven-plugin
- 3.0.5
-
- false
- Low
- ${project.basedir}/target/findbugs
- ${project.basedir}/findbugs.exclude.xml
-
+ com.github.spotbugs
+ spotbugs-maven-plugin
+ 4.8.6.4
+ spotbugs-check
verify
check
+
+ false
+ Low
+ true
+ target/spotbugs
+ ${project.basedir}/findbugs.exclude.xml
+
+
+
+ com.github.spotbugs
+ spotbugs
+ 4.8.6
+
+
org.codehaus.mojo