+ add aspects jar back to the war

This commit is contained in:
Costin Leau 2010-02-04 19:40:47 +00:00 committed by Mic
parent ffd7a4602c
commit 4bf4f8e3d3

View file

@ -41,7 +41,11 @@
<artifactId>org.springframework.web.servlet</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>org.springframework.aspects</artifactId>
<version>${spring.version}</version>
</dependency>
<!-- AspectJ -->
<dependency>
<groupId>org.aspectj</groupId>