Skip to content

Commit

Permalink
Re-adding Spring Milestore repository to catch up with CAS
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Jun 22, 2023
1 parent dcf36f6 commit 302691d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,16 @@ under the License.
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>repository.spring.milestone</id>
<url>https://repo.spring.io/milestone</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>

<pluginRepositories>
Expand Down Expand Up @@ -1282,6 +1292,7 @@ under the License.
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<!-- TMP -->
<pluginRepository>
<id>repository.spring.milestone</id>
<url>https://repo.spring.io/milestone</url>
Expand Down

0 comments on commit 302691d

Please sign in to comment.