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 năm trước cách đây
mục cha
commit
67d6ebdc51
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,