Skip to content

Commit 9198494

Browse files
yamasakisuaApache9
authored andcommitted
HBASE-27860 Fix build error against Hadoop 3.3.5 (apache#5233)
Add packages for hadoop-3.3.5 Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit bee09bb)
1 parent 4df157d commit 9198494

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

hbase-shaded/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,18 @@
124124
</artifactSet>
125125
<relocations>
126126
<!-- top level com not including sun-->
127+
<relocation>
128+
<pattern>com.sun.istack</pattern>
129+
<shadedPattern>${shaded.prefix}.com.sun.istack</shadedPattern>
130+
</relocation>
131+
<relocation>
132+
<pattern>com.sun.jersey</pattern>
133+
<shadedPattern>${shaded.prefix}.com.sun.jersey</shadedPattern>
134+
</relocation>
135+
<relocation>
136+
<pattern>com.sun.xml</pattern>
137+
<shadedPattern>${shaded.prefix}.com.sun.xml</shadedPattern>
138+
</relocation>
127139
<relocation>
128140
<pattern>com.cedarsoftware</pattern>
129141
<shadedPattern>${shaded.prefix}.com.cedarsoftware</shadedPattern>

0 commit comments

Comments
 (0)