Skip to content

Commit 67d6ebd

Browse files
committed
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.
1 parent 10e6a6f commit 67d6ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acl/template.mf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Import-Template:
1414
org.springframework.security.core.*;version="${secRange}",
1515
org.springframework.security.access.*;version="${secRange}",
1616
org.springframework.security.util.*;version="${secRange}",
17-
org.springframework.context.*;version="${secRange}";resolution:=optional,
17+
org.springframework.context.*;version="${springRange}";resolution:=optional,
1818
org.springframework.dao.*;version="${springRange}";resolution:=optional,
1919
org.springframework.jdbc.core.*;version="${springRange}";resolution:=optional,
2020
org.springframework.transaction.support.*;version="${springRange}";resolution:=optional,

0 commit comments

Comments
 (0)