adding spring boot autonconfigure processor

This commit is contained in:
Ryan Baxter
2018-06-11 10:37:46 -04:00
parent 6d5a8a60f1
commit ebdefafc5d
6 changed files with 30 additions and 0 deletions

View File

@@ -109,6 +109,11 @@
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>