File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
spring-cloud-contract-stub-runner-boot Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change 5858 </plugin >
5959 </plugins >
6060 </build >
61+ <repositories >
62+ <repository >
63+ <id >spring-snapshots</id >
64+ <name >Spring Snapshots</name >
65+ <url >https://repo.spring.io/snapshot</url >
66+ <snapshots >
67+ <enabled >true</enabled >
68+ </snapshots >
69+ </repository >
70+ <repository >
71+ <id >spring-milestones</id >
72+ <name >Spring Milestones</name >
73+ <url >https://repo.spring.io/milestone</url >
74+ <snapshots >
75+ <enabled >false</enabled >
76+ </snapshots >
77+ </repository >
78+ </repositories >
79+ <pluginRepositories >
80+ <pluginRepository >
81+ <id >spring-snapshots</id >
82+ <name >Spring Snapshots</name >
83+ <url >https://repo.spring.io/snapshot</url >
84+ <snapshots >
85+ <enabled >true</enabled >
86+ </snapshots >
87+ </pluginRepository >
88+ <pluginRepository >
89+ <id >spring-milestones</id >
90+ <name >Spring Milestones</name >
91+ <url >https://repo.spring.io/milestone</url >
92+ <snapshots >
93+ <enabled >false</enabled >
94+ </snapshots >
95+ </pluginRepository >
96+ </pluginRepositories >
6197</project >
You can’t perform that action at this time.
0 commit comments