add aspectj to core tests

This commit is contained in:
dsyer
2009-11-12 13:14:45 +00:00
parent 877481bd31
commit 7cd831456b

View File

@@ -116,6 +116,14 @@
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
</dependency>
</dependencies>
<build>
<pluginManagement>