diff --git a/spring-framework-reference/src/aop.xml b/spring-framework-reference/src/aop.xml index 69d38023f24..8cddb122de8 100644 --- a/spring-framework-reference/src/aop.xml +++ b/spring-framework-reference/src/aop.xml @@ -343,12 +343,11 @@ <bean class="org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator" /> - You will also need two AspectJ libraries on the classpath of your - application: aspectjweaver.jar - and aspectjrt.jar, version 1.6.8 - or later required. These libraries are available in the 'lib' directory of an AspectJ distribution - or via the Maven Central repository. + You will also need AspectJ's + aspectjrt.jar library on the + classpath of your application, version 1.6.8 or later. This library is + available in the 'lib' directory + of an AspectJ distribution or via the Maven Central repository.
@@ -3431,14 +3430,9 @@ public final class Main { 2.5 or later, plus all mandatory dependencies) - - aspectjrt.jar - (version 1.5 or later) - - aspectjweaver.jar - (version 1.5 or later) + (version 1.6.8 or later)