Fixup reference guide following dependencies move

Update reference guide to indicate that spring-boot-dependencies should
be imported when not using the parent POM.
This commit is contained in:
Phillip Webb 2014-05-05 14:27:15 +01:00
parent a13404c670
commit bce3eaefd0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ keep the benefit of the dependency management (but not the plugin management) us
<dependency>
<!-- Import dependency management from Spring Boot -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<artifactId>spring-boot-dependencies</artifactId>
<version>{spring-boot-version}</version>
<type>pom</type>
<scope>import</scope>