Skip to content

Commit

Permalink
fix: issue with build
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Oct 23, 2023
1 parent 6071ab4 commit 2dd0ade
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions httpClients/boot-web-client-mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,14 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<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 2dd0ade

Please sign in to comment.