From 75792264c0951617e66d4c1282913aeb7a8d3bb0 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 21 May 2014 10:08:20 +0100 Subject: [PATCH] Correct the path used to import the dependency versions .adoc file --- .../src/main/asciidoc/appendix-dependency-versions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-dependency-versions.adoc b/spring-boot-docs/src/main/asciidoc/appendix-dependency-versions.adoc index 969697c4b2..4ef8fc6f96 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-dependency-versions.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-dependency-versions.adoc @@ -5,4 +5,4 @@ The table below provides details of all of the dependency versions that are prov in its CLI, Maven dependency management and Gradle plugin. When you declare a dependency on one of these artifacts without declaring a version the version that is listed in the table will be used. -include::../../../target/generated-resources/org/springframework/boot/dependency/tools/effective-pom.adoc[] \ No newline at end of file +include::../../../target/generated-resources/effective-pom.adoc[] \ No newline at end of file