File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 143
143
144
144
<repositories >
145
145
<repository >
146
- <id >maven-repo </id >
146
+ <id >central </id >
147
147
<!-- This should be at top, it makes maven try the central repo first and then others and hence faster dep resolution -->
148
148
<name >Maven Repository</name >
149
149
<!-- HTTPS is unavailable for Maven Central -->
150
- <url >http ://repo.maven.apache.org/maven2</url >
150
+ <url >https ://repo.maven.apache.org/maven2</url >
151
151
<releases >
152
152
<enabled >true</enabled >
153
153
</releases >
213
213
<repository >
214
214
<id >spring-releases</id >
215
215
<name >Spring Release Repository</name >
216
- <url >http ://repo.spring.io/libs-release</url >
216
+ <url >https ://repo.spring.io/libs-release</url >
217
217
<releases >
218
218
<enabled >true</enabled >
219
219
</releases >
222
222
</snapshots >
223
223
</repository >
224
224
</repositories >
225
+ <pluginRepositories >
226
+ <pluginRepository >
227
+ <id >central</id >
228
+ <url >https://repo1.maven.org/maven2</url >
229
+ <releases >
230
+ <enabled >true</enabled >
231
+ </releases >
232
+ </pluginRepository >
233
+ </pluginRepositories >
225
234
226
235
<dependencyManagement >
227
236
<dependencies >
You can’t perform that action at this time.
0 commit comments