[MNG-7792] Fix shaded javaagent to relocate the asm package (#290)

This commit is contained in:
Guillaume Nodet 2023-09-05 23:08:50 +02:00 committed by GitHub
parent 433611003b
commit 1ed2264c17
1 changed files with 6 additions and 0 deletions

View File

@ -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>