adding spring boot autoconifgure processor

This commit is contained in:
Ryan Baxter
2018-06-11 11:48:15 -04:00
parent 5b79d2949d
commit 26d13b3a5b

View File

@@ -20,6 +20,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</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>