Skip to content

Commit

Permalink
Fix the shading issue for javax security
Browse files Browse the repository at this point in the history
### What changes are proposed in this pull request?

Fix the shading issue for javax security

### Why are the changes needed?
you might see class not found in javax's security module

### Does this PR introduce any user facing changes?
no

			pr-link: #18455
			change-id: cid-d04ba461930b7abba2613810e8d7d2ae77d7e3be
  • Loading branch information
beinan authored Dec 4, 2023
1 parent 15b05ba commit 0db1ff7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dora/shaded/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,8 @@
<shadedPattern>${shading.prefix}.javax.</shadedPattern>
<excludes>
<exclude>**/pom.xml</exclude>
<exclude>javax/security/**/*</exclude>
<exclude>javax/management/**/*</exclude>
</excludes>
</relocation>
<relocation>
Expand Down

0 comments on commit 0db1ff7

Please sign in to comment.