Skip to content

Commit ca303fd

Browse files
authored
Merge pull request #1004 from camunda/backport-1003-to-1.19
[Backport 1.19] chore(fasterxml): add relocation for fasterxml shading
2 parents 6777807 + 69ada54 commit ca303fd

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)