This is an automated email from the ASF dual-hosted git repository.
stack pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 37c3b32 HBASE-22222 Site build fails after hbase-thirdparty upgrade
37c3b32 is described below
commit 37c3b32c5907040ac6b590058fc2b056f9849ce8
Author: stack <[email protected]>
AuthorDate: Fri Apr 12 15:42:44 2019 -0700
HBASE-22222 Site build fails after hbase-thirdparty upgrade
---
hbase-shaded-miscellaneous/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/hbase-shaded-miscellaneous/pom.xml
b/hbase-shaded-miscellaneous/pom.xml
index 1e93600..2f2f572 100644
--- a/hbase-shaded-miscellaneous/pom.xml
+++ b/hbase-shaded-miscellaneous/pom.xml
@@ -160,6 +160,10 @@
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>