Eric 2 роки тому
батько
коміт
cf62ecd0a1
1 змінених файлів з 3 додано та 22 видалено
  1. 3 22
      pom.xml

+ 3 - 22
pom.xml

@@ -29,11 +29,11 @@
 		<dependencies>
 
 			<!--统一版本管理-->
-			<!--<dependency>
+			<dependency>
 				<groupId>org.springframework.security.oauth.boot</groupId>
 				<artifactId>spring-security-oauth2-autoconfigure</artifactId>
-				<version>2.1.0.RELEASE</version>
-			</dependency>-->
+				<version>2.1.6.RELEASE</version>
+			</dependency>
 
 			<!--֧��Spring Boot 2.1.X -->
 			<dependency>
@@ -240,25 +240,6 @@
 			<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>