Skip to content

Commit

Permalink
Update spark2 shaded
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Aug 14, 2024
1 parent ef5b630 commit 25576f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client-spark/spark2-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
<exclude>**/*.proto</exclude>
<exclude>**/*.css</exclude>
<exclude>**/*.html</exclude>
</excludes>
</filter>
</filters>
Expand Down Expand Up @@ -156,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 @@ -166,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 25576f6

Please sign in to comment.