Add spring-boot-autoconfigure to starter parent
Fixes gh-728
This commit is contained in:
parent
275cf6e6d2
commit
0b5600a99e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue