Skip to content

Commit

Permalink
Add back snapshot and milestone repositories.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Jul 11, 2024
1 parent e1ddb7d commit ef91ebf
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,20 @@
</plugins>
</build>

<repositories>
<repository>
<id>spring-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>spring-milestone</id>
<url>https://repo.spring.io/milestone</url>
</repository>
</repositories>
</project>

0 comments on commit ef91ebf

Please sign in to comment.