From 85feff3eb3b31c182108d1fe3d83a8d5ce6328fa Mon Sep 17 00:00:00 2001 From: Tareq Abedrabbo Date: Thu, 24 Sep 2009 11:17:40 +0000 Subject: [PATCH] SWS-562 - Update Spring Security dependency to 2.0.5 see http://forum.springsource.org/showthread.php?t=61373 --- parent/pom.xml | 4 ++-- pom.xml | 2 +- security/pom.xml | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 23dbda66..7877bc2b 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -588,12 +588,12 @@ org.springframework.security spring-security-core - 2.0.2 + 2.0.5.RELEASE org.springframework.security spring-security-core-tiger - 2.0.2 + 2.0.5.RELEASE diff --git a/pom.xml b/pom.xml index ac8b3d02..addc7311 100644 --- a/pom.xml +++ b/pom.xml @@ -418,7 +418,7 @@ org.springframework.security spring-security-core - 2.0.2 + 2.0.5.RELEASE ${project.build.directory}/dependency/spring-security/ diff --git a/security/pom.xml b/security/pom.xml index 0acf2040..306938f4 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -146,5 +146,12 @@ 1.2_Java1.3 test + + org.springframework.security + spring-security-core + 2.0.5.RELEASE + tests + test +