Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions apm-sniffer/apm-agent-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -226,6 +228,7 @@
<exclude>org.checkerframework:checker-compat-qual:jar:</exclude>
<exclude>org.checkerframework:checker-qual:jar:</exclude>
<exclude>org.codehaus.mojo:animal-sniffer-annotations:jar:</exclude>
<!-- <exclude>tools.profiler:async-profiler:jar:</exclude>-->
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you should have this?

</excludes>
</artifactSet>
<relocations>
Expand Down Expand Up @@ -253,6 +256,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>
Expand Down
1 change: 1 addition & 0 deletions apm-sniffer/apm-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down