SEC-733: AspectJ Pointcut Expression Parsing support.

This commit is contained in:
Ben Alex
2008-03-25 08:28:53 +00:00
parent f4eb15b08b
commit 0860333a3f
21 changed files with 1492 additions and 1927 deletions

View File

@@ -29,6 +29,11 @@
<groupId>aspectj</groupId>
<artifactId>aspectjrt</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>