diff --git a/pom.xml b/pom.xml index e8f2ce294..21fb790eb 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,25 @@ + + org.codehaus.mojo + findbugs-maven-plugin + 3.0.1 + + true + true + false + + + + run-findbugs + verify + + check + + + + @@ -109,6 +128,12 @@ 1.9.5 test + + com.google.code.findbugs + annotations + 3.0.0 + provided +