From 220e45b427f6c8fbec24c47f787f51b01a9aadc1 Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Mon, 7 Jan 2019 15:55:57 -0600 Subject: [PATCH] HBASE-21687 Update Findbugs Maven Plugin to 3.0.4 to work with Maven 3.6.0+ --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 020e80534d..10ac12bc12 100644 --- a/pom.xml +++ b/pom.xml @@ -573,8 +573,8 @@ org.codehaus.mojo findbugs-maven-plugin - 3.0.0 - + ${findbugs.maven.version} + ${project.basedir}/../dev-support/findbugs-exclude.xml true @@ -1300,6 +1300,7 @@ 3.6.1 2.4.1 1.3.9-1 + 3.0.4 6.18 2.10.3 1.5.3 @@ -1989,8 +1990,8 @@ org.codehaus.mojo findbugs-maven-plugin - 3.0.0 - + ${findbugs.maven.version} + ${project.basedir}/../dev-support/findbugs-exclude.xml true -- 2.16.1