Skip to content

Commit

Permalink
Add milestone repository to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Sep 28, 2023
1 parent bfcc8d4 commit d8cc495
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spring-cloud-vault-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@
<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>

</project>

0 comments on commit d8cc495

Please sign in to comment.