Skip to content

Commit 0b9f987

Browse files
iwasakimsApache9
authored andcommitted
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 0061210)
1 parent 25e192b commit 0b9f987

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
@@ -416,6 +416,15 @@
416416
<pattern>org.agrona</pattern>
417417
<shadedPattern>${shaded.prefix}.org.agrona</shadedPattern>
418418
</relocation>
419+
<!-- okhttp -->
420+
<relocation>
421+
<pattern>okhttp3.</pattern>
422+
<shadedPattern>${shaded.prefix}.okhttp3.</shadedPattern>
423+
</relocation>
424+
<relocation>
425+
<pattern>kotlin.</pattern>
426+
<shadedPattern>${shaded.prefix}.kotlin.</shadedPattern>
427+
</relocation>
419428
</relocations>
420429
<transformers>
421430
<!-- Need to filter out some extraneous license files.

0 commit comments

Comments
 (0)