Skip to content

Commit

Permalink
[MNG-7792] Fix shaded javaagent to relocate the asm package (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet authored Sep 5, 2023
1 parent c832179 commit 0483684
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core-it-support/core-it-javaagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@ under the License.
</excludes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>org.objectweb.asm</pattern>
<shadedPattern>shaded.org.objectweb.asm</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 0483684

Please sign in to comment.