Skip to content

Commit 075f02d

Browse files
luvarqppwilkinsona
authored andcommitted
Add snapshot plugin repository to Data REST sample
See gh-673
1 parent e2e61df commit 075f02d

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

Lines changed: 10 additions & 0 deletions
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-snapshot</id>
139+
<name>Spring Snapshot Repository</name>
140+
<url>https://repo.spring.io/snapshot</url>
141+
<snapshots>
142+
<enabled>true</enabled>
143+
</snapshots>
144+
</pluginRepository>
145+
</pluginRepositories>
136146

137147
</project>

0 commit comments

Comments
 (0)