This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 2020 <activeByDefault >true</activeByDefault >
2121 </activation >
2222 <repositories >
23+ <repository >
24+ <id >maven-central</id >
25+ <name >Maven Central</name >
26+ <url >https://repo.maven.apache.org/maven2</url >
27+ <snapshots >
28+ <enabled >false</enabled >
29+ </snapshots >
30+ </repository >
2331 <repository >
2432 <id >spring-snapshots</id >
2533 <name >Spring Snapshots</name >
3745 </snapshots >
3846 </repository >
3947 <repository >
48+ <id >spring-releases</id >
49+ <name >Spring Releases</name >
50+ <url >https://repo.spring.io/libs-release</url >
51+ <snapshots >
52+ <enabled >true</enabled >
53+ </snapshots >
54+ </repository >
55+ </repositories >
56+ <pluginRepositories >
57+ <pluginRepository >
4058 <id >maven-central</id >
4159 <name >Maven Central</name >
4260 <url >https://repo.maven.apache.org/maven2</url >
4361 <snapshots >
4462 <enabled >false</enabled >
4563 </snapshots >
46- </repository >
47- </repositories >
48- <pluginRepositories >
64+ </pluginRepository >
4965 <pluginRepository >
5066 <id >spring-snapshots</id >
5167 <name >Spring Snapshots</name >
6278 <enabled >false</enabled >
6379 </snapshots >
6480 </pluginRepository >
65- <pluginRepository >
66- <id >maven-central</id >
67- <name >Maven Central</name >
68- <url >https://repo.maven.apache.org/maven2</url >
69- <snapshots >
70- <enabled >false</enabled >
71- </snapshots >
72- </pluginRepository >
7381 </pluginRepositories >
7482 <distributionManagement >
7583 <repository >
You can’t perform that action at this time.
0 commit comments