Shade jackson on apex
This commit is contained in:
Rodrigo Fernandes
committed by
Andreas Dangel
parent
0b8fe7b290
commit
5ffcdd7903
@ -86,6 +86,11 @@
|
|||||||
<pattern>org.objectweb.asm</pattern>
|
<pattern>org.objectweb.asm</pattern>
|
||||||
<shadedPattern>shaded.org.objectweb.asm</shadedPattern>
|
<shadedPattern>shaded.org.objectweb.asm</shadedPattern>
|
||||||
</relocation>
|
</relocation>
|
||||||
|
<!-- apex uses an older version of jackson, hence we need to shaded it away -->
|
||||||
|
<relocation>
|
||||||
|
<pattern>com.fasterxml.jackson</pattern>
|
||||||
|
<shadedPattern>shaded.com.fasterxml.jackson</shadedPattern>
|
||||||
|
</relocation>
|
||||||
</relocations>
|
</relocations>
|
||||||
<shadedArtifactAttached>true</shadedArtifactAttached>
|
<shadedArtifactAttached>true</shadedArtifactAttached>
|
||||||
<shadedClassifierName>apex-jorje-shaded</shadedClassifierName>
|
<shadedClassifierName>apex-jorje-shaded</shadedClassifierName>
|
||||||
|
Reference in New Issue
Block a user