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 + + + +