|
@@ -43,8 +43,30 @@
|
|
</settings>
|
|
</settings>
|
|
-->
|
|
-->
|
|
</repository>
|
|
</repository>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>central</id>
|
|
|
|
+ <url>https://maven.aliyun.com/repository/central</url>
|
|
|
|
+ <releases>
|
|
|
|
+ <enabled>true</enabled>
|
|
|
|
+ </releases>
|
|
|
|
+ <snapshots>
|
|
|
|
+ <enabled>true</enabled>
|
|
|
|
+ </snapshots>
|
|
|
|
+ </repository>
|
|
</repositories>
|
|
</repositories>
|
|
|
|
|
|
|
|
+ <distributionManagement>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>gitea</id>
|
|
|
|
+ <url>http://git.aizuda.com/api/packages/aizuda/maven</url>
|
|
|
|
+ </repository>
|
|
|
|
+
|
|
|
|
+ <snapshotRepository>
|
|
|
|
+ <id>gitea</id>
|
|
|
|
+ <url>http://git.aizuda.com/api/packages/aizuda/maven</url>
|
|
|
|
+ </snapshotRepository>
|
|
|
|
+ </distributionManagement>
|
|
|
|
+
|
|
<dependencyManagement>
|
|
<dependencyManagement>
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -167,7 +189,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
- <version>3.2.4</version>
|
|
|
|
|
|
+ <version>3.3.0</version>
|
|
</plugin>
|
|
</plugin>
|
|
</plugins>
|
|
</plugins>
|
|
</build>
|
|
</build>
|