diff --git a/spring-boot-samples/spring-boot-sample-batch/pom.xml b/spring-boot-samples/spring-boot-sample-batch/pom.xml
index 1c59986b54..759eaf809e 100644
--- a/spring-boot-samples/spring-boot-sample-batch/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-batch/pom.xml
@@ -19,6 +19,15 @@
spring-boot-starter-batch
${project.version}
+
+
+ ${project.groupId}
+ spring-boot
+ ${project.version}
+ tests
+ test
+
diff --git a/spring-boot-samples/spring-boot-sample-profile/pom.xml b/spring-boot-samples/spring-boot-sample-profile/pom.xml
index fb6a89e01d..3d7de45b03 100644
--- a/spring-boot-samples/spring-boot-sample-profile/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-profile/pom.xml
@@ -24,6 +24,15 @@
snakeyaml
runtime
+
+
+ ${project.groupId}
+ spring-boot
+ ${project.version}
+ tests
+ test
+
diff --git a/spring-boot-samples/spring-boot-sample-simple/pom.xml b/spring-boot-samples/spring-boot-sample-simple/pom.xml
index cc53d28de6..6649c4ddba 100644
--- a/spring-boot-samples/spring-boot-sample-simple/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-simple/pom.xml
@@ -19,6 +19,15 @@
spring-boot-starter
${project.version}
+
+
+ ${project.groupId}
+ spring-boot
+ ${project.version}
+ tests
+ test
+
diff --git a/spring-boot-samples/spring-boot-sample-xml/pom.xml b/spring-boot-samples/spring-boot-sample-xml/pom.xml
index 8e4f982986..22931643ec 100644
--- a/spring-boot-samples/spring-boot-sample-xml/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-xml/pom.xml
@@ -19,6 +19,8 @@
spring-boot-starter
${project.version}
+
${project.groupId}
spring-boot