Fix imports for ChannelSecurityConfigurerTests

gh-7997
This commit is contained in:
Rob Winch 2021-11-16 14:07:53 -06:00
parent 2e4c6c3bf1
commit 0aa75e04b7
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ package org.springframework.security.config.annotation.web.configurers;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;