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/a8874eb7
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a8874eb7
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a8874eb7

Branch: refs/heads/branch-1.2
Commit: a8874eb7ebf368173de3c6946d3be0720618a358
Parents: 4ce64fa
Author: Jan Hentschel <[email protected]>
Authored: Mon May 1 19:34:03 2017 +0200
Committer: Sean Busbey <[email protected]>
Committed: Tue Jun 20 02:49:58 2017 -0500

----------------------------------------------------------------------
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a8874eb7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index db16c8a..0da526a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -584,6 +584,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>
@@ -1228,6 +1235,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>

Reply via email to