Skip to content

Commit

Permalink
fix: shade org.apache.commons.codec in extension-run
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Oct 7, 2023
1 parent 94893e4 commit 28b3973
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extension-run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
</excludes>
</artifactSet>
<relocations>
<relocation>
<pattern>org.apache.commons.codec</pattern>
<shadedPattern>keycloakjar.org.apache.commons.codec</shadedPattern>
</relocation>
<relocation>
<pattern>com.google.gson</pattern>
<shadedPattern>keycloakjar.com.google.gson</shadedPattern>
Expand Down

0 comments on commit 28b3973

Please sign in to comment.