adding spring boot autoconfigure processor

This commit is contained in:
Ryan Baxter
2018-06-11 10:57:13 -04:00
parent d72524173d
commit 8e4af644b2
5 changed files with 25 additions and 0 deletions

View File

@@ -41,6 +41,11 @@
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-standalone</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>

View File

@@ -38,6 +38,11 @@
<artifactId>pact-jvm-model</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.spockframework</groupId>
<artifactId>spock-core</artifactId>