From 1cd7600d8a881dadb672f22f2329965960d78a23 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 20 Nov 2012 16:06:00 -0800 Subject: [PATCH] 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: d70762baafd77d0528c1deadf70ed59ae40a2f45 --- spring-framework-reference/src/aop.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/aop.xml b/spring-framework-reference/src/aop.xml index 8cddb122de..a9e382cc76 100644 --- a/spring-framework-reference/src/aop.xml +++ b/spring-framework-reference/src/aop.xml @@ -344,7 +344,7 @@ <bean class="org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator" /> You will also need AspectJ's - aspectjrt.jar library on the + aspectjweaver.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.