From 67d6ebdc51c0cb5b14fa49cdfa2ad05e69b7c294 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 25 Jul 2012 16:37:39 -0500 Subject: [PATCH] SEC-1999: Updated spring-context version for acs/template.mf Previously the Spring Security version was being used instead of the Spring Security version. Now the Spring version is used. --- acl/template.mf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acl/template.mf b/acl/template.mf index 947f50c3ca..154bb174e9 100644 --- a/acl/template.mf +++ b/acl/template.mf @@ -14,7 +14,7 @@ Import-Template: org.springframework.security.core.*;version="${secRange}", org.springframework.security.access.*;version="${secRange}", org.springframework.security.util.*;version="${secRange}", - org.springframework.context.*;version="${secRange}";resolution:=optional, + org.springframework.context.*;version="${springRange}";resolution:=optional, org.springframework.dao.*;version="${springRange}";resolution:=optional, org.springframework.jdbc.core.*;version="${springRange}";resolution:=optional, org.springframework.transaction.support.*;version="${springRange}";resolution:=optional,