SEC-2122: Update namespace to support bcrypt.
password-encoder now supports hash='bcrypt'.
This commit is contained in:
@@ -14,6 +14,7 @@ Import-Template:
|
||||
org.springframework.security.access.*;version="${secRange}",
|
||||
org.springframework.security.authentication.*;version="${secRange}",
|
||||
org.springframework.security.core.*;version="${secRange}",
|
||||
org.springframework.security.crypto.bcrypt.*;version="${secRange}",
|
||||
org.springframework.security.util;version="${secRange}",
|
||||
org.springframework.security.provisioning;version="${secRange}",
|
||||
org.springframework.security.web.*;version="${secRange}";resolution:=optional,
|
||||
|
||||
Reference in New Issue
Block a user