From ed0686cacfe189a89a00cab6afe3e2a70bfab738 Mon Sep 17 00:00:00 2001 From: Mike Wiesner Date: Fri, 4 Sep 2009 15:25:23 +0000 Subject: [PATCH] Upgraded to AspectJ 1.6.5 and fixes some maven plugin config bugs --- aspects/pom.xml | 15 ++-- pom.xml | 4 +- samples/aspectj/pom.xml | 161 +++++++++++++++++++--------------------- 3 files changed, 85 insertions(+), 95 deletions(-) diff --git a/aspects/pom.xml b/aspects/pom.xml index ec739b485d..16c616ba92 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -19,7 +19,6 @@ org.aspectj aspectjweaver - org.springframework.security spring-security-core @@ -31,7 +30,7 @@ org.codehaus.mojo aspectj-maven-plugin - 1.0 + 1.2 org.aspectj - com.springsource.org.aspectj.runtime - 1.6.3.RELEASE + aspectjrt + 1.6.5 org.aspectj - com.springsource.org.aspectj.tools - 1.6.3.RELEASE + aspectjtools + 1.6.5 @@ -57,8 +56,8 @@ - 1.6 - 1.6 + 1.5 + 1.5 diff --git a/pom.xml b/pom.xml index 9d738b9137..8c9af0434b 100644 --- a/pom.xml +++ b/pom.xml @@ -661,12 +661,12 @@ org.aspectj aspectjrt - 1.6.4 + 1.6.5 org.aspectj aspectjweaver - 1.6.4 + 1.6.5 - - org.aspectj - com.springsource.org.aspectj.runtime - 1.6.3.RELEASE - - - org.aspectj - com.springsource.org.aspectj.tools - 1.6.3.RELEASE - - - - - - compile - test-compile - - - - - - - org.springframework.security - spring-security-aspects - - - 1.6 - 1.6 - - - - + + junit + junit + 4.6 + test + + + org.springframework.security + spring-security-core + ${project.version} + + + org.springframework.security + spring-security-aspects + ${project.version} + + + org.springframework + spring-test + test + + + + + + org.codehaus.mojo + aspectj-maven-plugin + 1.2 + + + + org.aspectj + aspectjrt + 1.6.5 + + + org.aspectj + aspectjtools + 1.6.5 + + + + + + compile + test-compile + + + + + + + org.springframework.security + spring-security-aspects + + + 1.5 + 1.5 + + + +