Commit 33499e3d authored by Phillip Webb's avatar Phillip Webb

Merge pull request #728 from snicoll/dep-mgt

* dep-mgt:
  Add spring-boot-autoconfigure to starter parent
parents 275cf6e6 0b5600a9
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment