Skip to content

Commit ccda6f6

Browse files
author
Phillip Webb
committed
Attempt to fix failing build
1 parent e237dbe commit ccda6f6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

spring-boot-parent/pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,21 @@
503503
</pluginRepository>
504504
</pluginRepositories>
505505
</profile>
506+
<profile>
507+
<id>prepare</id>
508+
<repositories>
509+
<repository>
510+
<id>spring-ext</id>
511+
<url>http://repo.spring.io/ext-release-local/</url>
512+
<releases>
513+
<enabled>true</enabled>
514+
</releases>
515+
<snapshots>
516+
<enabled>false</enabled>
517+
</snapshots>
518+
</repository>
519+
</repositories>
520+
</profile>
506521
<profile>
507522
<id>full</id>
508523
<build>

0 commit comments

Comments
 (0)