Skip to content

Commit

Permalink
Add repos to stubrunner pom.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Nov 14, 2024
1 parent c9451fa commit 03b4af1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docker/spring-cloud-contract-stub-runner-docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,40 @@
</properties>
</profile>
</profiles>
<repositories>
<repository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>

0 comments on commit 03b4af1

Please sign in to comment.