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