瀏覽代碼

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 年之前
父節點
當前提交
67d6ebdc51
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,