From 371fa489ee09cf093100f4f635dfd97fa6140ebb Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 19 Nov 2013 13:29:31 +0000 Subject: [PATCH] Add missing starters to parent pom Fixes gh-122 --- .../spring-boot-starter-parent/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 44c7ee50b9..c6cdc68222 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -39,6 +39,11 @@ 0.5.0.BUILD-SNAPSHOT tests + + org.springframework.boot + spring-boot-starter + 0.5.0.BUILD-SNAPSHOT + org.springframework.boot spring-boot-actuator @@ -46,7 +51,7 @@ org.springframework.boot - spring-boot-starter + spring-boot-starter-amqp 0.5.0.BUILD-SNAPSHOT @@ -94,6 +99,11 @@ spring-boot-starter-mobile 0.5.0.BUILD-SNAPSHOT + + org.springframework.boot + spring-boot-starter-redis + 0.5.0.BUILD-SNAPSHOT + org.springframework.boot spring-boot-starter-security