Fix servlet import

Issue gh-11347
Issue gh-9159
This commit is contained in:
Steve Riesenberg 2022-10-03 15:10:56 -05:00
parent c98de7af2f
commit c847efd3fd
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@ package org.springframework.security.config.annotation.web.configurers;
import java.lang.reflect.Field;
import java.lang.reflect.Modifier;
import javax.servlet.http.HttpServletResponse;
import jakarta.servlet.http.HttpServletResponse;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;