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/09/16 14:21:33 UTC

[hbase] 02/03: exclude com.google.protobuf when relocating

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

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

commit c059b5fcc4b5468a7b0651eefb842fed2c4ae8b0
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Sep 16 22:18:36 2020 +0800

    exclude com.google.protobuf when relocating
---
 hbase-shaded/pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 88832ba..8f53c60 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -189,6 +189,9 @@
                                     <relocation>
                                         <pattern>com.google</pattern>
                                         <shadedPattern>${shaded.prefix}.com.google</shadedPattern>
+                                        <excludes>
+                                            <exclude>com.google.protobuf</exclude>
+                                        </excludes>
                                     </relocation>
                                     <relocation>
                                         <pattern>com.jamesmurty</pattern>