From 057824aca72ee6e91028bcdd147fdfcf66daeacd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 26 Jul 2015 09:09:43 +0200 Subject: [PATCH] Fix maven plugin configuration Closes gh-3601 --- .../src/site/apt/examples/exclude-dependency.apt.vm | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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 77985559ed3..ff55b321658 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 ...