Skip to content

Commit

Permalink
[Improve][Shade][Hadoop] Improve hadoop shade by including classes i…
Browse files Browse the repository at this point in the history
…n package com.google.common.cache.* (#3855) (#3858)
  • Loading branch information
wendongdi authored Jan 4, 2023
1 parent dfceabf commit f69af2a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions seatunnel-shade/seatunnel-hadoop3-3.1.4-uber/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,12 @@
<shadedPattern>shade.org.apache.commons.io</shadedPattern>
</relocation>
<relocation>
<pattern>com.google.common.base</pattern>
<shadedPattern>${seatunnel.shade.package}.hadoop.com.google.common.base</shadedPattern>
<pattern>com.google.common</pattern>
<shadedPattern>${seatunnel.shade.package}.hadoop.com.google.common</shadedPattern>
<includes>
<include>com.google.common.base.*</include>
<include>com.google.common.cache.*</include>
</includes>
</relocation>
<relocation>
<pattern>com.fasterxml.jackson</pattern>
Expand Down

0 comments on commit f69af2a

Please sign in to comment.