diff --git a/byte-buddy/pom.xml b/byte-buddy/pom.xml index 283da43..aca6bc5 100644 --- a/byte-buddy/pom.xml +++ b/byte-buddy/pom.xml @@ -26,8 +26,6 @@ --> - org.objectweb.asm - net.bytebuddy.jar.asm net.bytebuddy, net.bytebuddy.agent.builder, @@ -62,9 +60,6 @@ net.bytebuddy.utility, net.bytebuddy.utility.privilege, net.bytebuddy.utility.visitor, - ${shade.target}, - ${shade.target}.signature, - ${shade.target}.commons @@ -79,6 +74,16 @@ byte-buddy-dep ${project.version} + + org.ow2.asm + asm + ${version.asm} + + + org.ow2.asm + asm-commons + ${version.asm} + @@ -105,36 +110,6 @@ true ${bytebuddy.extras} true - - - ${shade.source} - ${shade.target} - - - - - org.ow2.asm:* - - **/module-info.class - **/LICENSE - **/NOTICE - - - - org.ow2.asm:asm-commons - - org/objectweb/asm/commons/AnnotationRemapper.class - org/objectweb/asm/commons/ClassRemapper.class - org/objectweb/asm/commons/FieldRemapper.class - org/objectweb/asm/commons/MethodRemapper.class - org/objectweb/asm/commons/ModuleHashesAttribute.class - org/objectweb/asm/commons/ModuleRemapper.class - org/objectweb/asm/commons/Remapper.class - org/objectweb/asm/commons/SignatureRemapper.class - org/objectweb/asm/commons/SimpleRemapper.class - - - net.bytebuddy.build.Plugin$Engine$Default @@ -143,21 +118,14 @@ META-INF/LICENSE + + + org.ow2.asm:* + + - - - org.ow2.asm - asm - ${version.asm} - - - org.ow2.asm - asm-commons - ${version.asm} - -