Skip to content

Commit 03b4af1

Browse files
committed
Add repos to stubrunner pom.
1 parent c9451fa commit 03b4af1

File tree

1 file changed

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

1 file changed

+36
-0
lines changed

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

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

0 commit comments

Comments
 (0)