Skip to content

Commit

Permalink
Add some excluded relocation of org/apache
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Aug 14, 2024
1 parent b2d6475 commit ef5b630
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client-spark/spark3-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,10 @@
<pattern>org.apache</pattern>
<shadedPattern>${rss.shade.packageName}.org.apache</shadedPattern>
<excludes>
<!-- Exclude the provided dependencies -->
<!-- Exclude the packages belonging to uniffle -->
<exclude>org/apache/uniffle/**/*</exclude>
<!-- Exclude the packages belonging to hadoop -->
<exclude>org/apache/hadoop/*</exclude>
<exclude>org/apache/hadoop/**/*</exclude>
<!-- Exclude the logging packages-->
Expand All @@ -168,10 +170,13 @@
<exclude>org/apache/commons/logging/**/*</exclude>
<exclude>org/apache/log4j/*</exclude>
<exclude>org/apache/log4j/**/*</exclude>
<exclude>org/apache/logging/**/*</exclude>
<!-- Exclude spark packages -->
<exclude>org/apache/spark/**/*</exclude>
<!-- Exclude commons-io packages -->
<exclude>org/apache/commons/io/**/*</exclude>
<!-- Exclude the packages belonging to collections 3 -->
<exclude>org/apache/commons/collections/**/*</exclude>
</excludes>
</relocation>
<relocation>
Expand Down

0 comments on commit ef5b630

Please sign in to comment.