Skip to content

Commit 79495e7

Browse files
author
Dave Syer
committed
Add repository declaration to starter parent
Fixes spring-projectsgh-117.
1 parent 17de668 commit 79495e7

File tree

1 file changed

+11
-0
lines changed
  • spring-boot-starters/spring-boot-starter-parent

1 file changed

+11
-0
lines changed

spring-boot-starters/spring-boot-starter-parent/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,15 @@
311311
</plugins>
312312
</pluginManagement>
313313
</build>
314+
<repositories>
315+
<!-- TODO: remove this once all milestone dependencies are removed -->
316+
<repository>
317+
<id>spring-milestones</id>
318+
<name>Spring Milestones</name>
319+
<url>http://repo.springsource.org/milestone</url>
320+
<snapshots>
321+
<enabled>false</enabled>
322+
</snapshots>
323+
</repository>
324+
</repositories>
314325
</project>

0 commit comments

Comments
 (0)