Skip to content

Commit 0bc723d

Browse files
committed
chore(fasterxml): add relocation for fasterxml shading
related to AP7 #5072
1 parent 9453dbd commit 0bc723d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,11 @@
412412
<shadedPattern>camundajar.impl.sourcecode</shadedPattern>
413413
</relocation>
414414

415+
<relocation>
416+
<pattern>com.fasterxml.uuid</pattern>
417+
<shadedPattern>camundajar.impl.com.fasterxml.uuid</shadedPattern>
418+
</relocation>
419+
415420
</relocations>
416421

417422
</configuration>

0 commit comments

Comments
 (0)