Skip to content

Commit 0061210

Browse files
authored
HBASE-27292. Fix build failure against Hadoop 3.3.4 due to added dependency on okhttp. (#4687)
Signed-off-by: Duo Zhang <[email protected]>
1 parent 6b2e9d1 commit 0061210

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hbase-shaded/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,15 @@
413413
<pattern>org.agrona</pattern>
414414
<shadedPattern>${shaded.prefix}.org.agrona</shadedPattern>
415415
</relocation>
416+
<!-- okhttp -->
417+
<relocation>
418+
<pattern>okhttp3.</pattern>
419+
<shadedPattern>${shaded.prefix}.okhttp3.</shadedPattern>
420+
</relocation>
421+
<relocation>
422+
<pattern>kotlin.</pattern>
423+
<shadedPattern>${shaded.prefix}.kotlin.</shadedPattern>
424+
</relocation>
416425
</relocations>
417426
<transformers>
418427
<!-- Need to filter out some extraneous license files.

0 commit comments

Comments
 (0)