Browse Source

Merge branch '20220930' into master_saas

liujunchi 2 years ago
parent
commit
39ed71fadd
1 changed files with 6 additions and 0 deletions
  1. 6 0
      mec-auth/mec-auth-server/pom.xml

+ 6 - 0
mec-auth/mec-auth-server/pom.xml

@@ -32,6 +32,12 @@
 		<dependency>
 			<groupId>org.springframework.cloud</groupId>
 			<artifactId>spring-cloud-starter-oauth2</artifactId>
+			<exclusions>
+				<exclusion>
+					<artifactId>spring-security-oauth2-autoconfigure</artifactId>
+					<groupId>org.springframework.security.oauth.boot</groupId>
+				</exclusion>
+			</exclusions>
 		</dependency>
 
 		<dependency>