Adding spring boot autoconfigure processor. Fixes #43.

This commit is contained in:
Ryan Baxter
2018-07-09 09:31:35 -04:00
parent 8364b16b8e
commit 69461d4385
+5
View File
@@ -163,6 +163,11 @@
<artifactId>okhttp</artifactId>
<optional>true</optional>
</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>