Add support for automatically registering stubs in @AutoConfigureWireMock

This commit is contained in:
Dave Syer
2016-07-26 12:28:18 +01:00
parent 4305f40fd9
commit eb691717a2
11 changed files with 126 additions and 43 deletions

View File

@@ -57,6 +57,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-activemq</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<!-- tag::contract_bom[] -->
<dependencyManagement>