You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2017/06/20 07:21:51 UTC

[3/4] hbase git commit: HBASE-17954 Switched findbugs implementation to spotbugs

HBASE-17954 Switched findbugs implementation to spotbugs

Signed-off-by: Sean Busbey <bu...@apache.org>

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

Branch: refs/heads/branch-1
Commit: 13f670057fd722177e68c519846bcc3479b4ff34
Parents: 4a2f475
Author: Jan Hentschel <ja...@ultratendency.com>
Authored: Mon May 1 19:34:03 2017 +0200
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Jun 20 02:18:44 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/13f67005/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bbea72f..5b6ce1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -576,6 +576,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>
@@ -1226,6 +1233,7 @@
     <checkstyle.version>6.18</checkstyle.version>
     <javadoc.version>2.10.3</javadoc.version>
     <asciidoctor.plugin.version>1.5.3</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>