Add snapshot plugin repository to Data REST sample

See gh-673
This commit is contained in:
luvarqpp
2020-03-27 16:15:37 +01:00
committed by Andy Wilkinson
parent e2e61dff53
commit 075f02d64c

View File

@@ -133,5 +133,15 @@
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>spring-snapshot</id>
<name>Spring Snapshot Repository</name>
<url>https://repo.spring.io/snapshot</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</project>