diff --git a/spring-boot-samples/spring-boot-sample-batch/pom.xml b/spring-boot-samples/spring-boot-sample-batch/pom.xml index 1c59986b54d..759eaf809e9 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 fb6a89e01d8..3d7de45b03a 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 cc53d28de64..6649c4ddbac 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 8e4f982986d..22931643ece 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