Repository: hbase
Updated Branches:
  refs/heads/branch-2 ea610cfcf -> 76199a338


HBASE-18853 hbase-protocol-shaded includes protobuf (since we moved to 
hbase-thirdparty)


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

Branch: refs/heads/branch-2
Commit: 76199a338dde5a0962a4b206d99a9baa371f9829
Parents: ea610cf
Author: Michael Stack <st...@apache.org>
Authored: Tue Sep 19 20:39:36 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Wed Sep 20 08:15:31 2017 -0700

----------------------------------------------------------------------
 hbase-protocol-shaded/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/76199a33/hbase-protocol-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index 545b72c..af34168 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -150,7 +150,7 @@
                 <excludes>
                   <!--Exclude protobuf itself. We get a patched version from 
hbase-thirdparty.
                     -->
-                  
<exclude>org.apache.hadoop.hbase.shaded.com.google:*</exclude>
+                  <exclude>org.apache.hbase.thirdparty:*</exclude>
                   <exclude>com.google.protobuf:protobuf-java</exclude>
                   <exclude>com.google.code.findbugs:*</exclude>
                   
<exclude>com.google.errorprone:error_prone_annotations</exclude>

Reply via email to