File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed
Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 6868 </plugin >
6969 </plugins >
7070 </build >
71-
71+ <repositories >
72+ <repository >
73+ <id >spring-snapshots</id >
74+ <name >Spring Snapshots</name >
75+ <url >https://repo.spring.io/snapshot</url >
76+ <snapshots >
77+ <enabled >true</enabled >
78+ </snapshots >
79+ </repository >
80+ <repository >
81+ <id >spring-milestones</id >
82+ <name >Spring Milestones</name >
83+ <url >https://repo.spring.io/milestone</url >
84+ <snapshots >
85+ <enabled >false</enabled >
86+ </snapshots >
87+ </repository >
88+ </repositories >
89+ <pluginRepositories >
90+ <pluginRepository >
91+ <id >spring-snapshots</id >
92+ <name >Spring Snapshots</name >
93+ <url >https://repo.spring.io/snapshot</url >
94+ <snapshots >
95+ <enabled >true</enabled >
96+ </snapshots >
97+ </pluginRepository >
98+ <pluginRepository >
99+ <id >spring-milestones</id >
100+ <name >Spring Milestones</name >
101+ <url >https://repo.spring.io/milestone</url >
102+ <snapshots >
103+ <enabled >false</enabled >
104+ </snapshots >
105+ </pluginRepository >
106+ </pluginRepositories >
72107</project >
You can’t perform that action at this time.
0 commit comments