HBASE-17954 Switched findbugs implementation to spotbugs
Signed-off-by: Sean Busbey <[email protected]>
Conflicts:
pom.xml
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0936f1f2
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0936f1f2
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0936f1f2
Branch: refs/heads/branch-1.1
Commit: 0936f1f2bdcafba6c25003943a3c2bba2d23957b
Parents: c53e734
Author: Jan Hentschel <[email protected]>
Authored: Mon May 1 19:34:03 2017 +0200
Committer: Sean Busbey <[email protected]>
Committed: Tue Jun 20 11:10:22 2017 -0500
----------------------------------------------------------------------
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/hbase/blob/0936f1f2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index beed025..543972f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -577,6 +577,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>
@@ -1221,6 +1228,7 @@
<checkstyle.version>6.18</checkstyle.version>
<javadoc.version>2.9</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>