Skip to content

Commit df14461

Browse files
authored
add relocations (#1456)
1 parent a844f75 commit df14461

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

pom.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,42 @@
392392
<pattern>org.apache.hc</pattern>
393393
<shadedPattern>com.datadoghq.org.apache.hc</shadedPattern>
394394
</relocation>
395+
<relocation>
396+
<pattern>com.github.scribejava</pattern>
397+
<shadedPattern>com.datadoghq.com.github.scribejava</shadedPattern>
398+
</relocation>
399+
<relocation>
400+
<pattern>com.sun.activation</pattern>
401+
<shadedPattern>com.datadoghq.com.sun.activation</shadedPattern>
402+
</relocation>
403+
<relocation>
404+
<pattern>commons</pattern>
405+
<shadedPattern>com.datadoghq.commons</shadedPattern>
406+
</relocation>
407+
<relocation>
408+
<pattern>org.javassist</pattern>
409+
<shadedPattern>com.datadoghq.org.javassist</shadedPattern>
410+
</relocation>
411+
<relocation>
412+
<pattern>org.jvnet.mimepull</pattern>
413+
<shadedPattern>com.datadoghq.org.jvnet.mimepull</shadedPattern>
414+
</relocation>
415+
<relocation>
416+
<pattern>com.fasterxml.jackson.module</pattern>
417+
<shadedPattern>com.datadoghq.com.fasterxml.jackson.module</shadedPattern>
418+
</relocation>
419+
<relocation>
420+
<pattern>jakarta.xml.bind</pattern>
421+
<shadedPattern>com.datadoghq.jakarta.xml.bind</shadedPattern>
422+
</relocation>
423+
<relocation>
424+
<pattern>com.github.luben</pattern>
425+
<shadedPattern>com.datadoghq.com.github.luben</shadedPattern>
426+
</relocation>
427+
<relocation>
428+
<pattern>jakarta.ws.rs</pattern>
429+
<shadedPattern>com.datadoghq.jakarta.ws.rs</shadedPattern>
430+
</relocation>
395431
</relocations>
396432
<shadedClassifierName>shaded-jar</shadedClassifierName>
397433
<shadedArtifactAttached>true</shadedArtifactAttached>

0 commit comments

Comments
 (0)