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/e3896cfc Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e3896cfc Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/e3896cfc Branch: refs/heads/HBASE-18467 Commit: e3896cfcc37bc157c75200592e2eaa6be7107856 Parents: 8301734 Author: Michael Stack <[email protected]> Authored: Tue Sep 19 20:39:36 2017 -0700 Committer: Michael Stack <[email protected]> Committed: Wed Sep 20 08:15:01 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/e3896cfc/hbase-protocol-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index 9bc79c8..fa66a83 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>
