HBASE-22109 Update hbase shaded client for new transitive dependencies of guava after hadoop update
* Hadoop updated to Guava 27.0-jre * Guava 27 adds error checker framework as a transitive dependency * update relocation rules to relocate it for the shaded client that includes hadoop Co-authored-by: Sean Busbey <busbey@apache.org> Signed-off-by: Sean Busbey <busbey@apache.org> (cherry picked from commit 5c1af95c0aa8909a1d90635d3763060e01bcb5d0)
This commit is contained in:
parent
ff1c63ddb1
commit
d6fda6b576
@ -233,8 +233,12 @@
|
||||
|
||||
<!-- top level org -->
|
||||
<relocation>
|
||||
<pattern>org.codehaus</pattern>
|
||||
<shadedPattern>${shaded.prefix}.org.codehaus</shadedPattern>
|
||||
<pattern>org.checkerframework</pattern>
|
||||
<shadedPattern>${shaded.prefix}.org.checkerframework</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>org.codehaus</pattern>
|
||||
<shadedPattern>${shaded.prefix}.org.codehaus</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>org.eclipse</pattern>
|
||||
|
Loading…
x
Reference in New Issue
Block a user