Use FindBugs version from commons-parent.

This commit is contained in:
Gary Gregory 2017-09-12 16:28:33 -06:00
parent 1068d4cd6a
commit 1081b725be
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.5.5</version>
<version>${commons.findbugs.version}</version>
<configuration>
<threshold>Normal</threshold>
<effort>Default</effort>