diff --git a/asm/pom.xml b/asm/pom.xml index 1fcb1050..8316c83d 100644 --- a/asm/pom.xml +++ b/asm/pom.xml @@ -49,11 +49,33 @@ ${project.artifactId} ${project.version} net.minidev.asm,net.minidev.asm.ex - - asm;groupId=asm;inline=true + + org.sonatype.plugins + jarjar-maven-plugin + 1.9 + + + package + + jarjar + + + + asm:asm + + + + org.objectweb.asm.** + inlined.asm.@1 + + + + + +