Skip to content

Commit

Permalink
HBASE-27860 Fix build error against Hadoop 3.3.5 (#5233)
Browse files Browse the repository at this point in the history
Add packages for hadoop-3.3.5

Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit bee09bb)
  • Loading branch information
yamasakisua authored and Apache9 committed May 13, 2023
1 parent 200e598 commit f66e141
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hbase-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit f66e141

Please sign in to comment.