HBASE-27860 Fix build error against Hadoop 3.3.5 (#5233)

Add packages for hadoop-3.3.5

Signed-off-by: Duo Zhang <zhangduo@apache.org>
This commit is contained in:
Shuhei Yamasaki 2023-05-13 09:56:37 +09:00 committed by GitHub
parent 220eacf7c5
commit bee09bbd61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -129,6 +129,18 @@
</artifactSet>
<relocations>
<!-- top level com not including sun-->
<relocation>
<pattern>com.sun.istack</pattern>
<shadedPattern>${shaded.prefix}.com.sun.istack</shadedPattern>
</relocation>
<relocation>
<pattern>com.sun.jersey</pattern>
<shadedPattern>${shaded.prefix}.com.sun.jersey</shadedPattern>
</relocation>
<relocation>
<pattern>com.sun.xml</pattern>
<shadedPattern>${shaded.prefix}.com.sun.xml</shadedPattern>
</relocation>
<relocation>
<pattern>com.cedarsoftware</pattern>
<shadedPattern>${shaded.prefix}.com.cedarsoftware</shadedPattern>