Skip to content

Commit

Permalink
Add missing asm-commons to aspectjtools
Browse files Browse the repository at this point in the history
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 <Alexander@Kriegisch.name>
  • Loading branch information
kriegaex committed Apr 7, 2024
1 parent 3531ed7 commit 0f020e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aspectjtools/aspectjtools-assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<includes>
<include>org.aspectj:org.eclipse.jdt.core</include>
<include>org.ow2.asm:asm</include>
<include>org.ow2.asm:asm-commons</include>
</includes>
</dependencySet>
</dependencySets>
Expand Down

0 comments on commit 0f020e0

Please sign in to comment.