This is an automated email from the ASF dual-hosted git repository. busbey pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/hbase.git
commit 9f81282f29989e1584a2599f1b053cef7b07bfb3 Author: zhangduo <[email protected]> AuthorDate: Sat Apr 13 21:50:59 2019 +0800 HBASE-22222 Site build fails after hbase-thirdparty upgrade (with addendum) Signed-off-by: Guanghao Zhang <[email protected]> Signed-off-by: Sean Busbey <[email protected]> (cherry picked from commit 1e821aa9ce7ccfe2a6657f9297643eba7d6a7547) (cherry picked from commit 39f2f3acae2c6258c2bab1f8e150c13b962ab351) --- .../src/main/resources/supplemental-models.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml b/hbase-resource-bundle/src/main/resources/supplemental-models.xml index 9e07972..8e045f2 100644 --- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml +++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml @@ -2974,4 +2974,23 @@ Copyright (c) 2007-2017 The JRuby project </licenses> </project> </supplement> + <supplement> + <project> + <groupId>com.google.errorprone</groupId> + <artifactId>error_prone_annotations</artifactId> + + <organization> + <name>Google</name> + <url>http://www.google.com</url> + </organization> + <licenses> + <license> + <!-- It has been incorrectly called Apache 2.0 in the original pom--> + <name>Apache License, Version 2.0</name> + <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + </project> + </supplement> </supplementalDataModels>
