[MNG-6176] Upgrade findbugs to 3.0.4 so that the site can be built with Java 7 and 8

This commit is contained in:
Stephen Connolly 2017-03-18 12:32:06 +00:00
parent b12905ce02
commit 55eeb325cd
1 changed files with 5 additions and 0 deletions

View File

@ -531,6 +531,11 @@ under the License.
</lifecycleMappingMetadata>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.4</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>