fix: shade async-profiler packages (#727)

This commit is contained in:
zhengziyi0117 2024-11-05 20:25:16 +08:00 committed by GitHub
parent 26e59485cc
commit f0245864e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -53,6 +53,8 @@
<shade.org.slf4j.target>${shade.package}.${shade.org.slf4j.source}</shade.org.slf4j.target>
<ststem-rules.version>1.18.0</ststem-rules.version>
<slf4j.version>1.7.25</slf4j.version>
<shade.one.profiler.source>one.profiler</shade.one.profiler.source>
<shade.one.profiler.target>${shade.package}.${shade.one.profiler.source}</shade.one.profiler.target>
</properties>
<dependencies>
@ -253,6 +255,10 @@
<pattern>${shade.org.slf4j.source}</pattern>
<shadedPattern>${shade.org.slf4j.target}</shadedPattern>
</relocation>
<relocation>
<pattern>${shade.one.profiler.source}</pattern>
<shadedPattern>${shade.one.profiler.target}</shadedPattern>
</relocation>
</relocations>
<filters>
<filter>

View File

@ -92,6 +92,7 @@
<exclude>org.codehaus.mojo:animal-sniffer-annotations</exclude>
<exclude>io.perfmark:*</exclude>
<exclude>org.slf4j:*</exclude>
<exclude>tools.profiler:async-profiler</exclude>
</excludes>
</artifactSet>
<relocations>