Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
add spring plugins repo for gov-notify-client (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
jterryons authored May 20, 2020
1 parent cacd3b5 commit 783fe07
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,17 @@
</resources>
</build>

<repositories>
<repository>
<id>central</id>
<name>Maven central</name>
<url>https://repo1.maven.org/maven2/</url>
</repository>
<repository>
<id>spring-plugins</id>
<name>Spring plugins</name>
<url>https://repo.spring.io/plugins-release/</url>
</repository>
</repositories>

</project>

0 comments on commit 783fe07

Please sign in to comment.