Skip to content

Commit 0f020e0

Browse files
committed
Add missing asm-commons to aspectjtools
Relates to #117. In commit f986c3d, 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 <[email protected]>
1 parent 3531ed7 commit 0f020e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aspectjtools/aspectjtools-assembly.xml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<includes>
1919
<include>org.aspectj:org.eclipse.jdt.core</include>
2020
<include>org.ow2.asm:asm</include>
21+
<include>org.ow2.asm:asm-commons</include>
2122
</includes>
2223
</dependencySet>
2324
</dependencySets>

0 commit comments

Comments
 (0)