Bug #1561: Upgrade AspectJ dependency to the latest version.
FEA: ItEr77S04BugFixing
This commit is contained in:
parent
1efbca11e2
commit
ac9bc371ce
1 changed files with 4 additions and 3 deletions
7
pom.xml
7
pom.xml
|
|
@ -505,7 +505,7 @@
|
|||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- AspectJ -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-aop</artifactId>
|
||||
|
|
@ -518,17 +518,18 @@
|
|||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<!-- AspectJ -->
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjtools</artifactId>
|
||||
<version>1.5.4</version>
|
||||
<version>1.7.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- AspectJ (required by Spring Security) -->
|
||||
<dependency>
|
||||
<groupId>org.aspectj</groupId>
|
||||
<artifactId>aspectjrt</artifactId>
|
||||
<version>1.5.4</version>
|
||||
<version>1.7.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.sf.json-lib</groupId>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue