Backport "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
Backport-Commit: d70762baaf
This commit is contained in:
Phillip Webb
2012-11-20 16:06:00 -08:00
committed by Chris Beams
parent 418c2a8641
commit 1cd7600d8a

View File

@@ -344,7 +344,7 @@
<programlisting language="xml">&lt;bean class="org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator" /&gt;</programlisting>
<para>You will also need AspectJ's
<filename class="libraryfile">aspectjrt.jar</filename> library on the
<filename class="libraryfile">aspectjweaver.jar</filename> library on the
classpath of your application, version 1.6.8 or later. This library is
available in the <filename class="directory">'lib'</filename> directory
of an AspectJ distribution or via the Maven Central repository.</para>