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/8b0ae5d1 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8b0ae5d1 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8b0ae5d1 Branch: refs/heads/branch-2 Commit: 8b0ae5d1aeebb4a5b5e77c6f74c2413e4d625445 Parents: 3a79590 Author: Jan Hentschel <[email protected]> Authored: Mon May 1 19:34:03 2017 +0200 Committer: Sean Busbey <[email protected]> Committed: Tue Jun 20 01:11:11 2017 -0500 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/8b0ae5d1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a725a8e..cc053f4 100644 --- a/pom.xml +++ b/pom.xml @@ -655,6 +655,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> @@ -1327,6 +1334,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>
