mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Fix Jackson
This commit is contained in:
parent
7309b8846a
commit
e1f4ec1137
@ -47,7 +47,7 @@ import org.springframework.security.web.savedrequest.SavedCookie;
|
||||
public class WebServletJackson2Module extends SimpleModule {
|
||||
|
||||
public WebServletJackson2Module() {
|
||||
super(WebJackson2Module.class.getName(), new Version(1, 0, 0, null, null, null));
|
||||
super(WebServletJackson2Module.class.getName(), new Version(1, 0, 0, null, null, null));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user