Skip to content

Commit 22c6475

Browse files
committed
Merge pull request #673 from luvarqpp
* gh-673: Polish "Add snapshot plugin repository to Data REST sample" Add snapshot plugin repository to Data REST sample Closes gh-673
2 parents e2e61df + eb0aaf3 commit 22c6475

File tree

1 file changed

+10
-0
lines changed
  • samples/rest-notes-spring-data-rest

1 file changed

+10
-0
lines changed

samples/rest-notes-spring-data-rest/pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,15 @@
133133
</snapshots>
134134
</repository>
135135
</repositories>
136+
<pluginRepositories>
137+
<pluginRepository>
138+
<id>spring-snapshots</id>
139+
<name>Spring snapshots</name>
140+
<url>https://repo.spring.io/libs-snapshot</url>
141+
<snapshots>
142+
<enabled>true</enabled>
143+
</snapshots>
144+
</pluginRepository>
145+
</pluginRepositories>
136146

137147
</project>

0 commit comments

Comments
 (0)