SWS-562 - Update Spring Security dependency to 2.0.5

see http://forum.springsource.org/showthread.php?t=61373
This commit is contained in:
Tareq Abedrabbo
2009-09-24 11:17:40 +00:00
parent 26ea243863
commit 85feff3eb3
3 changed files with 10 additions and 3 deletions

View File

@@ -588,12 +588,12 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>2.0.2</version>
<version>2.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core-tiger</artifactId>
<version>2.0.2</version>
<version>2.0.5.RELEASE</version>
</dependency>
<!-- JEE dependencies -->
<dependency>