From 45254f588150c944dfde84821308d27cc9d34a37 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sun, 16 May 2021 10:17:12 +0700 Subject: Replace use of ASM-renamed by original ASM This involves replacing references in weaver application code as well as a few tests. In order to make AspectJ weaver + tools contain a relocated ASM version, I added a Maven Shade relocation step after Maven Assembly created the uber JARs. Relocation works for both binaries and sources and also encompasses Class::forName calls like in class AsmDetector. Signed-off-by: Alexander Kriegisch --- ajde/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ajde') diff --git a/ajde/pom.xml b/ajde/pom.xml index e48254e59..79d229318 100644 --- a/ajde/pom.xml +++ b/ajde/pom.xml @@ -33,8 +33,8 @@ ${project.version} - org.aspectj - asm-renamed + org.ow2.asm + asm org.aspectj -- cgit v1.2.3