HBASE-27292. Fix build failure against Hadoop 3.3.4 due to added dependency on okhttp. (#4687)
Signed-off-by: Duo Zhang <zhangduo@apache.org>
(cherry picked from commit 00612106b5
)
This commit is contained in:
parent
e157378524
commit
c701c1262e
|
@ -407,7 +407,19 @@
|
|||
<pattern>net/</pattern>
|
||||
<shadedPattern>${shaded.prefix}.net.</shadedPattern>
|
||||
</relocation>
|
||||
|
||||
<relocation>
|
||||
<pattern>org.agrona</pattern>
|
||||
<shadedPattern>${shaded.prefix}.org.agrona</shadedPattern>
|
||||
</relocation>
|
||||
<!-- okhttp -->
|
||||
<relocation>
|
||||
<pattern>okhttp3.</pattern>
|
||||
<shadedPattern>${shaded.prefix}.okhttp3.</shadedPattern>
|
||||
</relocation>
|
||||
<relocation>
|
||||
<pattern>kotlin.</pattern>
|
||||
<shadedPattern>${shaded.prefix}.kotlin.</shadedPattern>
|
||||
</relocation>
|
||||
</relocations>
|
||||
<transformers>
|
||||
<!-- Need to filter out some extraneous license files.
|
||||
|
|
Loading…
Reference in New Issue