From 7cd831456b865eb2bab7eae6741d666fb6ce8ae2 Mon Sep 17 00:00:00 2001 From: dsyer Date: Thu, 12 Nov 2009 13:14:45 +0000 Subject: [PATCH] add aspectj to core tests --- spring-batch-core-tests/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spring-batch-core-tests/pom.xml b/spring-batch-core-tests/pom.xml index af4ffd252..1924f7cc5 100644 --- a/spring-batch-core-tests/pom.xml +++ b/spring-batch-core-tests/pom.xml @@ -116,6 +116,14 @@ org.springframework spring-aop + + org.aspectj + aspectjrt + + + org.aspectj + aspectjweaver +