Expose WireMockServer for @Autowired in test class

This commit is contained in:
Dave Syer
2016-07-26 10:44:20 +01:00
parent 44eebcab0f
commit 4305f40fd9
9 changed files with 75 additions and 62 deletions

View File

@@ -53,6 +53,10 @@
</dependency>
<!-- end::stub_runner[] -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-activemq</artifactId>
</dependency>
</dependencies>
<!-- tag::contract_bom[] -->
<dependencyManagement>