Skip to content

Commit 371fa48

Browse files
author
Dave Syer
committed
Add missing starters to parent pom
Fixes spring-projectsgh-122
1 parent 156ef3f commit 371fa48

File tree

1 file changed

+11
-1
lines changed
  • spring-boot-starters/spring-boot-starter-parent

1 file changed

+11
-1
lines changed

spring-boot-starters/spring-boot-starter-parent/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,19 @@
3939
<version>0.5.0.BUILD-SNAPSHOT</version>
4040
<classifier>tests</classifier>
4141
</dependency>
42+
<dependency>
43+
<groupId>org.springframework.boot</groupId>
44+
<artifactId>spring-boot-starter</artifactId>
45+
<version>0.5.0.BUILD-SNAPSHOT</version>
46+
</dependency>
4247
<dependency>
4348
<groupId>org.springframework.boot</groupId>
4449
<artifactId>spring-boot-actuator</artifactId>
4550
<version>0.5.0.BUILD-SNAPSHOT</version>
4651
</dependency>
4752
<dependency>
4853
<groupId>org.springframework.boot</groupId>
49-
<artifactId>spring-boot-starter</artifactId>
54+
<artifactId>spring-boot-starter-amqp</artifactId>
5055
<version>0.5.0.BUILD-SNAPSHOT</version>
5156
</dependency>
5257
<dependency>
@@ -94,6 +99,11 @@
9499
<artifactId>spring-boot-starter-mobile</artifactId>
95100
<version>0.5.0.BUILD-SNAPSHOT</version>
96101
</dependency>
102+
<dependency>
103+
<groupId>org.springframework.boot</groupId>
104+
<artifactId>spring-boot-starter-redis</artifactId>
105+
<version>0.5.0.BUILD-SNAPSHOT</version>
106+
</dependency>
97107
<dependency>
98108
<groupId>org.springframework.boot</groupId>
99109
<artifactId>spring-boot-starter-security</artifactId>

0 commit comments

Comments
 (0)