Skip to content

Commit b39f213

Browse files
committed
Revert "Add AuthorizationManager to Messaging"
This reverts commit 77a6e01.
1 parent 77a6e01 commit b39f213

20 files changed

+12
-2005
lines changed

config/src/main/java/org/springframework/security/config/annotation/web/configuration/EnableWebSecurity.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2022 the original author or authors.
2+
* Copyright 2002-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -75,8 +75,8 @@
7575
@Retention(RetentionPolicy.RUNTIME)
7676
@Target(ElementType.TYPE)
7777
@Documented
78-
@Import({ WebSecurityConfiguration.class, SpringWebMvcImportSelector.class, SpringWebSocketImportSelector.class,
79-
OAuth2ImportSelector.class, HttpSecurityConfiguration.class })
78+
@Import({ WebSecurityConfiguration.class, SpringWebMvcImportSelector.class, OAuth2ImportSelector.class,
79+
HttpSecurityConfiguration.class })
8080
@EnableGlobalAuthentication
8181
@Configuration
8282
public @interface EnableWebSecurity {

config/src/main/java/org/springframework/security/config/annotation/web/configuration/SpringWebSocketImportSelector.java

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)