Replace reference to aspectjrt with aspectjweaver

Replace reference to aspectjrt.jar with aspectjweaver.jar since
aspectjrt is a subset of aspectjweaver and the full jar is required
by Spring.

Issue: SPR-8896
This commit is contained in:
Phillip Webb 2012-11-20 16:06:00 -08:00
parent 59b27004de
commit d70762baaf
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@
<para>The @AspectJ support can be enabled with XML or Java style <para>The @AspectJ support can be enabled with XML or Java style
configuration. In either case you will also need to ensure that configuration. In either case you will also need to ensure that
AspectJ's <filename class="libraryfile">aspectjrt.jar</filename> AspectJ's <filename class="libraryfile">aspectjweaver.jar</filename>
library is on the classpath of your application (version 1.6.8 or later). library is on the classpath of your application (version 1.6.8 or later).
This library is available in the <filename class="directory">'lib'</filename> This library is available in the <filename class="directory">'lib'</filename>
directory of an AspectJ distribution or via the Maven Central repository.</para> directory of an AspectJ distribution or via the Maven Central repository.</para>