From dd7ff130a5e2480d729c021656d8ce210ef36e7a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 1 Sep 2014 15:48:49 +0200 Subject: [PATCH] DATAJPA-602 - Upgraded AspectJ plugin to 1.6. Upgraded to Maven AspectJ plugin in version 1.6 and set it up to use the aop.xml already contained in the project. This allows building the project against Spring 4.1 snapshots. --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f17429ada..761c43308 100644 --- a/pom.xml +++ b/pom.xml @@ -329,7 +329,7 @@ org.codehaus.mojo aspectj-maven-plugin - 1.3 + 1.6 org.aspectj @@ -360,8 +360,10 @@ **/domain/support/AuditingEntityListener.java + ${source.level} ${source.level} ${source.level} + aop.xml