소스 검색

1.登录报错pom修改

yuanliang 1 년 전
부모
커밋
51e693893c
1개의 변경된 파일24개의 추가작업 그리고 5개의 파일을 삭제
  1. 24 5
      pom.xml

+ 24 - 5
pom.xml

@@ -29,11 +29,11 @@
 		<dependencies>
 
 			<!--统一版本管理-->
-			<dependency>
-				<groupId>org.springframework.security.oauth.boot</groupId>
-				<artifactId>spring-security-oauth2-autoconfigure</artifactId>
-				<version>2.1.6.RELEASE</version>
-			</dependency>
+<!--			<dependency>-->
+<!--				<groupId>org.springframework.security.oauth.boot</groupId>-->
+<!--				<artifactId>spring-security-oauth2-autoconfigure</artifactId>-->
+<!--				<version>2.1.6.RELEASE</version>-->
+<!--			</dependency>-->
 
 			<!--֧��Spring Boot 2.1.X -->
 			<dependency>
@@ -240,6 +240,25 @@
 			<name>aliyun maven</name>
 			<url>https://maven.aliyun.com/nexus/content/groups/public/</url>
 		</repository>
+		<repository>
+			<id>spring-milestones</id>
+			<name>Spring Milestones</name>
+			<url>https://repo.spring.io/libs-milestone</url>
+			<snapshots>
+				<enabled>false</enabled>
+			</snapshots>
+		</repository>
+		<repository>
+			<id>sonatype-nexus-snapshots</id>
+			<name>Sonatype Nexus Snapshots</name>
+			<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+			<snapshots>
+				<enabled>true</enabled>
+			</snapshots>
+			<releases>
+				<enabled>false</enabled>
+			</releases>
+		</repository>
 	</repositories>
 
 	<pluginRepositories>