Skip to content

Commit

Permalink
Try explicit repositories in stubrunner-boot.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Nov 13, 2024
1 parent 9b8125f commit 4efecf8
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions spring-cloud-contract-stub-runner-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,40 @@
</plugin>
</plugins>
</build>
<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 4efecf8

Please sign in to comment.