HBASE-17954 Switched findbugs implementation to spotbugs Signed-off-by: Sean Busbey <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/298454e8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/298454e8 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/298454e8 Branch: refs/heads/master Commit: 298454e8a72d27286d540edb2e9eeeba628aa28c Parents: 5224064 Author: Jan Hentschel <[email protected]> Authored: Mon May 1 19:34:03 2017 +0200 Committer: Sean Busbey <[email protected]> Committed: Tue Jun 20 01:06:47 2017 -0500 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/298454e8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 50b2f1d..45f8e45 100644 --- a/pom.xml +++ b/pom.xml @@ -667,6 +667,13 @@ <xmlOutput>true</xmlOutput> <effort>Max</effort> </configuration> + <dependencies> + <dependency> + <groupId>com.github.spotbugs</groupId> + <artifactId>spotbugs</artifactId> + <version>${spotbugs.version}</version> + </dependency> + </dependencies> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> @@ -1339,6 +1346,7 @@ <checkstyle.version>6.18</checkstyle.version> <javadoc.version>2.10.3</javadoc.version> <asciidoctor.plugin.version>1.5.2.1</asciidoctor.plugin.version> + <spotbugs.version>3.1.0-RC1</spotbugs.version> <!-- General Packaging --> <package.prefix>/usr</package.prefix> <package.conf.dir>/etc/hbase</package.conf.dir>
