Merge branch '1.0.x'

Conflicts:
	spring-boot-starters/spring-boot-starter-parent/pom.xml
This commit is contained in:
Phillip Webb 2014-04-25 14:03:14 +01:00
commit 12907e6b1b
1 changed files with 5 additions and 0 deletions

View File

@ -51,6 +51,11 @@
<artifactId>spring-boot-actuator</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>${spring-boot.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>