mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Add setup profile
Add a setup profile allowing the maven plugin to be build alone. Required to prevent 'unresolveable build extension' errors on a fresh checkout. Issue: #52091115
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
</build>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>@project.groupId@</groupId>
|
||||
<artifactId>spring-bootstrap</artifactId>
|
||||
<version>@project.version@</version>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-context</artifactId>
|
||||
<version>3.2.3.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
|
||||
Reference in New Issue
Block a user