From 0f020e0d244f2904488c82d01bd9ca4621d27436 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Sun, 7 Apr 2024 11:04:03 +0200 Subject: [PATCH] Add missing asm-commons to aspectjtools Relates to #117. In commit f986c3d183, the asm-commons dependency became necessary to pull off the new trick to define classes in arbitrary class loaders during LTW. The dependency was added to aspectjweaver, but not to aspectjtools due to an oversight. As aspectjtools is meant to be a super set of aspectjweaver, add the dependency to the assembly descriptor. Signed-off-by: Alexander Kriegisch --- aspectjtools/aspectjtools-assembly.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/aspectjtools/aspectjtools-assembly.xml b/aspectjtools/aspectjtools-assembly.xml index 4d5c17868..b777ed5e4 100644 --- a/aspectjtools/aspectjtools-assembly.xml +++ b/aspectjtools/aspectjtools-assembly.xml @@ -18,6 +18,7 @@ org.aspectj:org.eclipse.jdt.core org.ow2.asm:asm + org.ow2.asm:asm-commons -- 2.39.5