From: Alexander Kriegisch Date: Sun, 7 Apr 2024 09:04:03 +0000 (+0200) Subject: Add missing asm-commons to aspectjtools X-Git-Tag: V1_9_22_1~32 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0f020e0d244f2904488c82d01bd9ca4621d27436;p=aspectj.git 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 --- 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