You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2020/03/12 03:41:51 UTC

[hbase] branch master updated: HBASE-23077 Addendum remove findbugs annotations dependency from shaded client

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new f4c5765  HBASE-23077 Addendum remove findbugs annotations dependency from shaded client
f4c5765 is described below

commit f4c576582b5b77b5dacf135b5ef6d76c78041a63
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Mar 12 11:26:20 2020 +0800

    HBASE-23077 Addendum remove findbugs annotations dependency from shaded client
---
 hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml b/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml
index cb7407d..fcb22b7 100644
--- a/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml
+++ b/hbase-shaded/hbase-shaded-client-byo-hadoop/pom.xml
@@ -73,12 +73,6 @@
         </activation>
         <dependencies>
           <dependency>
-            <groupId>com.github.stephenc.findbugs</groupId>
-            <artifactId>findbugs-annotations</artifactId>
-            <scope>compile</scope>
-            <optional>true</optional>
-          </dependency>
-          <dependency>
             <groupId>org.apache.hadoop</groupId>
             <artifactId>hadoop-auth</artifactId>
             <scope>provided</scope>