You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2015/06/27 02:23:38 UTC

hbase git commit: HBASE-13930 Exclude Findbugs packages from shaded jars

Repository: hbase
Updated Branches:
  refs/heads/master 3efde8561 -> 7dbb2e697


HBASE-13930 Exclude Findbugs packages from shaded jars


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7dbb2e69
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7dbb2e69
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7dbb2e69

Branch: refs/heads/master
Commit: 7dbb2e69776bae8c2f2781f36528c0e784f93a06
Parents: 3efde85
Author: Gábor Lipták <gl...@gmail.com>
Authored: Mon Jun 22 20:34:09 2015 -0400
Committer: Nick Dimiduk <nd...@apache.org>
Committed: Fri Jun 26 15:48:46 2015 -0700

----------------------------------------------------------------------
 hbase-shaded/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/7dbb2e69/hbase-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 53c274a..230d679 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -80,6 +80,8 @@
                                     </includes>
                                     <excludes>
                                         <exclude>org.slf4j:*</exclude>
+                                        <exclude>com.google.code.findbugs:*</exclude>
+                                        <exclude>com.github.stephenc.findbugs:*</exclude>
                                         <exclude>org.apache.htrace:*</exclude>
                                         <exclude>log4j:*</exclude>
                                         <exclude>commons-logging:*</exclude>
@@ -118,4 +120,4 @@
             </plugins>
         </pluginManagement>
     </build>
-</project>
\ No newline at end of file
+</project>