Skip to content

Commit 4efecf8

Browse files
committed
Try explicit repositories in stubrunner-boot.
1 parent 9b8125f commit 4efecf8

File tree

1 file changed

+36
-0
lines changed
  • spring-cloud-contract-stub-runner-boot

1 file changed

+36
-0
lines changed

spring-cloud-contract-stub-runner-boot/pom.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,40 @@
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>

0 commit comments

Comments
 (0)