From d1da7651081aea8031335cfa017027aa53410227 Mon Sep 17 00:00:00 2001 From: hzpz Date: Tue, 3 Mar 2015 09:59:14 +0100 Subject: [PATCH] Repackage ASM code within separate namespace --- asm/pom.xml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) 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 + + + + + +