Polish OAuth2AuthorizationCodeGrantTests

This commit is contained in:
Joe Grandja
2022-11-16 04:27:45 -05:00
parent a9371e918a
commit fcbb5c1197

View File

@@ -940,11 +940,6 @@ public class OAuth2AuthorizationCodeGrantTests {
@EnableWebSecurity
static class AuthorizationServerConfigurationCustomConsentRequest extends AuthorizationServerConfiguration {
@Autowired
private RegisteredClientRepository registeredClientRepository;
@Autowired
private OAuth2AuthorizationService authorizationService;
@Autowired
private OAuth2AuthorizationConsentService authorizationConsentService;