Skip to content

Commit

Permalink
Make milestone plugin dependencies available to Maven integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Aug 9, 2023
1 parent 0581d5a commit d1449fb
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
</snapshots>
<checksumPolicy>ignore</checksumPolicy>
</pluginRepository>
<pluginRepository>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
Expand Down

0 comments on commit d1449fb

Please sign in to comment.