Fix javax package
This commit is contained in:
parent
229325a0bb
commit
3fbb64db96
|
@ -16,8 +16,7 @@
|
|||
|
||||
package org.springframework.security.web.authentication;
|
||||
|
||||
import javax.servlet.http.HttpSession;
|
||||
|
||||
import jakarta.servlet.http.HttpSession;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import org.springframework.mock.web.MockHttpServletRequest;
|
||||
|
|
Loading…
Reference in New Issue