Browse Source

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.
Rob Winch 13 years ago
parent
commit
67d6ebdc51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acl/template.mf

+ 1 - 1
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,