From b5e81ff42defeebbb9af76a096444576c0777667 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 7 Aug 2013 22:52:26 -0700 Subject: [PATCH] Fix broken test dependencies --- spring-boot-samples/spring-boot-sample-batch/pom.xml | 9 +++++++++ spring-boot-samples/spring-boot-sample-profile/pom.xml | 9 +++++++++ spring-boot-samples/spring-boot-sample-simple/pom.xml | 9 +++++++++ spring-boot-samples/spring-boot-sample-xml/pom.xml | 2 ++ 4 files changed, 29 insertions(+) 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