Browse Source

Add missing starters to parent pom

Fixes gh-122
pull/132/head
Dave Syer 12 years ago
parent
commit
371fa489ee
  1. 12
      spring-boot-starters/spring-boot-starter-parent/pom.xml

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

@ -39,6 +39,11 @@ @@ -39,6 +39,11 @@
<version>0.5.0.BUILD-SNAPSHOT</version>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
@ -46,7 +51,7 @@ @@ -46,7 +51,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
<artifactId>spring-boot-starter-amqp</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
@ -94,6 +99,11 @@ @@ -94,6 +99,11 @@
<artifactId>spring-boot-starter-mobile</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
<version>0.5.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>

Loading…
Cancel
Save