diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm b/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm
index 77985559ed..ff55b32165 100644
--- a/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm
+++ b/spring-boot-tools/spring-boot-maven-plugin/src/site/apt/examples/exclude-dependency.apt.vm
@@ -72,9 +72,7 @@
${project.artifactId}
${project.version}
-
- my-lib,another-lib
-
+ my-lib,another-lib
...
@@ -101,9 +99,7 @@
${project.artifactId}
${project.version}
-
- com.foo
-
+ com.foo
...