Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
olegz authored Oct 26, 2023
1 parent 63d6b22 commit e6e5e94
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions spring-cloud-function-samples/scf-aws-routing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,23 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
<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 e6e5e94

Please sign in to comment.