HBASE-22222 Site build fails after hbase-thirdparty upgrade
Signed-off-by: Guanghao Zhang <zghao@apache.org> Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
a3d2a2df3a
commit
1e821aa9ce
|
@ -1884,4 +1884,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>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -1577,7 +1577,7 @@
|
|||
<spotbugs.version>3.1.11</spotbugs.version>
|
||||
<wagon.ssh.version>2.12</wagon.ssh.version>
|
||||
<xml.maven.version>1.0.1</xml.maven.version>
|
||||
<hbase-thirdparty.version>2.2.0</hbase-thirdparty.version>
|
||||
<hbase-thirdparty.version>2.2.1</hbase-thirdparty.version>
|
||||
<!-- Intraproject jar naming properties -->
|
||||
<!-- TODO this is pretty ugly, but works for the moment.
|
||||
Modules are pretty heavy-weight things, so doing this work isn't too bad. -->
|
||||
|
|
Loading…
Reference in New Issue