Skip to content

Commit bee09bb

Browse files
authored
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>
1 parent 220eacf commit bee09bb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

hbase-shaded/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,18 @@
129129
</artifactSet>
130130
<relocations>
131131
<!-- top level com not including sun-->
132+
<relocation>
133+
<pattern>com.sun.istack</pattern>
134+
<shadedPattern>${shaded.prefix}.com.sun.istack</shadedPattern>
135+
</relocation>
136+
<relocation>
137+
<pattern>com.sun.jersey</pattern>
138+
<shadedPattern>${shaded.prefix}.com.sun.jersey</shadedPattern>
139+
</relocation>
140+
<relocation>
141+
<pattern>com.sun.xml</pattern>
142+
<shadedPattern>${shaded.prefix}.com.sun.xml</shadedPattern>
143+
</relocation>
132144
<relocation>
133145
<pattern>com.cedarsoftware</pattern>
134146
<shadedPattern>${shaded.prefix}.com.cedarsoftware</shadedPattern>

0 commit comments

Comments
 (0)