Browse Source

fix编译Jar版本

Eric 1 year ago
parent
commit
d743a8fdb7
1 changed files with 21 additions and 2 deletions
  1. 21 2
      pom.xml

+ 21 - 2
pom.xml

@@ -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>