Skip to content

Commit

Permalink
TEZ-4594. Tez shuffle handler should not shade and relocate javax pac…
Browse files Browse the repository at this point in the history
…kages (#385)
  • Loading branch information
jteagles authored Jan 16, 2025
1 parent b5a00d1 commit 871866e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tez-plugins/tez-aux-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>javax/**</exclude>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
Expand All @@ -241,15 +242,6 @@
<pattern>io.netty</pattern>
<shadedPattern>org.apache.tez.shaded.$0</shadedPattern>
</relocation>
<relocation>
<pattern>javax</pattern>
<shadedPattern>org.apache.tez.shaded.$0</shadedPattern>
<excludes>
<exclude>javax.crypto.*</exclude>
<exclude>javax.security.**</exclude>
<exclude>javax.net.**</exclude>
</excludes>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 871866e

Please sign in to comment.