From bce3eaefd030310b1e4563f46d207d605657197d Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 5 May 2014 14:27:15 +0100 Subject: [PATCH] Fixup reference guide following dependencies move Update reference guide to indicate that spring-boot-dependencies should be imported when not using the parent POM. --- spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc index 26514f6dadc..ed7cb676258 100644 --- a/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc +++ b/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc @@ -77,7 +77,7 @@ keep the benefit of the dependency management (but not the plugin management) us org.springframework.boot - spring-boot-starter-parent + spring-boot-dependencies {spring-boot-version} pom import