This repository was archived by the owner on May 14, 2025. It is now read-only.
File tree 1 file changed +19
-11
lines changed 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 20
20
<activeByDefault >true</activeByDefault >
21
21
</activation >
22
22
<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 >
23
31
<repository >
24
32
<id >spring-snapshots</id >
25
33
<name >Spring Snapshots</name >
37
45
</snapshots >
38
46
</repository >
39
47
<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 >
40
58
<id >maven-central</id >
41
59
<name >Maven Central</name >
42
60
<url >https://repo.maven.apache.org/maven2</url >
43
61
<snapshots >
44
62
<enabled >false</enabled >
45
63
</snapshots >
46
- </repository >
47
- </repositories >
48
- <pluginRepositories >
64
+ </pluginRepository >
49
65
<pluginRepository >
50
66
<id >spring-snapshots</id >
51
67
<name >Spring Snapshots</name >
62
78
<enabled >false</enabled >
63
79
</snapshots >
64
80
</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 >
73
81
</pluginRepositories >
74
82
<distributionManagement >
75
83
<repository >
You can’t perform that action at this time.
0 commit comments