File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
docker/spring-cloud-contract-stub-runner-docker Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 298298 </properties >
299299 </profile >
300300 </profiles >
301+ <repositories >
302+ <repository >
303+ <id >spring-snapshots</id >
304+ <name >Spring Snapshots</name >
305+ <url >https://repo.spring.io/snapshot</url >
306+ <snapshots >
307+ <enabled >true</enabled >
308+ </snapshots >
309+ </repository >
310+ <repository >
311+ <id >spring-milestones</id >
312+ <name >Spring Milestones</name >
313+ <url >https://repo.spring.io/milestone</url >
314+ <snapshots >
315+ <enabled >false</enabled >
316+ </snapshots >
317+ </repository >
318+ </repositories >
319+ <pluginRepositories >
320+ <pluginRepository >
321+ <id >spring-snapshots</id >
322+ <name >Spring Snapshots</name >
323+ <url >https://repo.spring.io/snapshot</url >
324+ <snapshots >
325+ <enabled >true</enabled >
326+ </snapshots >
327+ </pluginRepository >
328+ <pluginRepository >
329+ <id >spring-milestones</id >
330+ <name >Spring Milestones</name >
331+ <url >https://repo.spring.io/milestone</url >
332+ <snapshots >
333+ <enabled >false</enabled >
334+ </snapshots >
335+ </pluginRepository >
336+ </pluginRepositories >
301337</project >
You can’t perform that action at this time.
0 commit comments