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:
parent
59b27004de
commit
d70762baaf
|
@ -329,7 +329,7 @@
|
|||
|
||||
<para>The @AspectJ support can be enabled with XML or Java style
|
||||
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).
|
||||
This library is available in the <filename class="directory">'lib'</filename>
|
||||
directory of an AspectJ distribution or via the Maven Central repository.</para>
|
||||
|
|
Loading…
Reference in New Issue