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

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>