Fixup reference guide following dependencies move

Update reference guide to indicate that spring-boot-dependencies should
be imported when not using the parent POM.
pull/793/head
Phillip Webb 11 years ago
parent a13404c670
commit bce3eaefd0

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

Loading…
Cancel
Save