Skip to content

Commit

Permalink
TEZ-4376: Remove javax.security from the tez-auxservices shaded jar (#…
Browse files Browse the repository at this point in the history
…177) (Laszlo Bodor reviewed by Jonathan Eagles)
  • Loading branch information
abstractdog committed Jan 16, 2022
1 parent 41cbc17 commit 0b3f3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tez-plugins/tez-aux-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
<shadedPattern>org.apache.tez.shaded.$0</shadedPattern>
<excludes>
<exclude>javax.crypto.*</exclude>
<exclude>javax.security.**</exclude>
</excludes>
</relocation>
</relocations>
Expand Down

0 comments on commit 0b3f3b6

Please sign in to comment.