Fix javax package

This commit is contained in:
Josh Cummings 2023-03-20 16:28:52 -06:00
parent 229325a0bb
commit 3fbb64db96
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5
1 changed files with 1 additions and 2 deletions

View File

@ -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;